Merge pull request #22 from joshtriplett/clippy-uninlined-format-args

Have clippy warn about uninlined format arguments
This commit is contained in:
Ed Page 2024-07-26 15:45:14 -05:00 committed by GitHub
commit 266ead1e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"