Deny clippy::to_string_in_format_args
(no occurrences)
This commit is contained in:
parent
fb2e70690b
commit
fcc7803822
1 changed files with 2 additions and 0 deletions
|
@ -394,6 +394,7 @@ impl Step for CI {
|
|||
"clippy::print_literal".into(),
|
||||
"clippy::same_item_push".into(),
|
||||
"clippy::single_char_add_str".into(),
|
||||
"clippy::to_string_in_format_args".into(),
|
||||
],
|
||||
forbid: vec![],
|
||||
};
|
||||
|
@ -412,6 +413,7 @@ impl Step for CI {
|
|||
"clippy::print_literal".into(),
|
||||
"clippy::same_item_push".into(),
|
||||
"clippy::single_char_add_str".into(),
|
||||
"clippy::to_string_in_format_args".into(),
|
||||
],
|
||||
forbid: vec![],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue