Limit literal_string_with_formatting_args to known variables if no formatting argument is passed
This commit is contained in:
parent
607a3f6c08
commit
cfc6444f84
7 changed files with 127 additions and 74 deletions
|
|
@ -18,7 +18,7 @@
|
|||
clippy::collapsible_else_if,
|
||||
clippy::needless_borrows_for_generic_args,
|
||||
clippy::module_name_repetitions,
|
||||
clippy::literal_string_with_formatting_arg
|
||||
clippy::literal_string_with_formatting_args
|
||||
)]
|
||||
|
||||
mod config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue