Skip to content

Commit

Permalink
Merge pull request #22 from joshtriplett/clippy-uninlined-format-args
Browse files Browse the repository at this point in the history
Have clippy warn about uninlined format arguments
  • Loading branch information
epage authored Jul 26, 2024
2 parents 87d9ae5 + 553258a commit 266ead1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ string_lit_as_bytes = "warn"
string_to_string = "warn"
todo = "warn"
trait_duplication_in_bounds = "warn"
uninlined_format_args = "warn"
verbose_file_reads = "warn"
wildcard_imports = "warn"
zero_sized_map_values = "warn"
Expand Down

0 comments on commit 266ead1

Please sign in to comment.