mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Merge pull request #22 from joshtriplett/clippy-uninlined-format-args
Have clippy warn about uninlined format arguments
This commit is contained in:
commit
266ead1e38
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ string_lit_as_bytes = "warn"
|
||||||
string_to_string = "warn"
|
string_to_string = "warn"
|
||||||
todo = "warn"
|
todo = "warn"
|
||||||
trait_duplication_in_bounds = "warn"
|
trait_duplication_in_bounds = "warn"
|
||||||
|
uninlined_format_args = "warn"
|
||||||
verbose_file_reads = "warn"
|
verbose_file_reads = "warn"
|
||||||
wildcard_imports = "warn"
|
wildcard_imports = "warn"
|
||||||
zero_sized_map_values = "warn"
|
zero_sized_map_values = "warn"
|
||||||
|
|
Loading…
Reference in a new issue