We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::to_string_in_format_args
1 parent fb2e706 commit fcc7803Copy full SHA for fcc7803
src/bootstrap/src/core/build_steps/clippy.rs
@@ -394,6 +394,7 @@ impl Step for CI {
394
"clippy::print_literal".into(),
395
"clippy::same_item_push".into(),
396
"clippy::single_char_add_str".into(),
397
+ "clippy::to_string_in_format_args".into(),
398
],
399
forbid: vec![],
400
};
@@ -412,6 +413,7 @@ impl Step for CI {
412
413
414
415
416
417
418
419
0 commit comments