Enable clippy::to_string_in_format_args
(#8732)
This PR enables the [`clippy::to_string_in_format_args`](https://rust-lang.github.io/rust-clippy/master/index.html#/to_string_in_format_args) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
52052f342b
commit
8bc35c33c5
3 changed files with 3 additions and 4 deletions
|
@ -124,7 +124,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::search_is_some",
|
||||
"clippy::single_range_in_vec_init",
|
||||
"clippy::suspicious_to_owned",
|
||||
"clippy::to_string_in_format_args",
|
||||
"clippy::too_many_arguments",
|
||||
"clippy::type_complexity",
|
||||
"clippy::unit_arg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue