Skip to content

Commit

Permalink
remove ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Aug 30, 2023
1 parent 5881125 commit 4f7c89d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class S3Decorator : ClientCodegenDecorator {
section.body?.also { body ->
rustTemplate(
"""
if matches!(#{errors}::body_is_error(&$body), Ok(true)) {
if matches!(#{errors}::body_is_error($body), Ok(true)) {
${section.forceError} = true;
}
""",
Expand Down

0 comments on commit 4f7c89d

Please sign in to comment.