Skip to content

Commit

Permalink
clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Oct 7, 2024
1 parent 712751f commit 3afd402
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 377 deletions.
2 changes: 1 addition & 1 deletion examples/openapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ mod openapi {
.into(),
);
output.push(" .client".into());
output.push(format!(" .{method_string_lc}(&format!("));
output.push(format!(" .{method_string_lc}(format!("));
output.push(format!(r#" "{{}}{path_snake_case}","#));
output.push(" self.url".into());
output.push(" ))".into());
Expand Down
Loading

0 comments on commit 3afd402

Please sign in to comment.