mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Deny clippy::to_string_in_format_args
(no occurrences)
This commit is contained in:
parent
fb2e70690b
commit
fcc7803822
@ -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…
Reference in New Issue
Block a user