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::single_char_add_str
1 parent 57fcee8 commit fb2e706Copy full SHA for fb2e706
src/bootstrap/src/core/build_steps/clippy.rs
@@ -393,6 +393,7 @@ impl Step for CI {
393
"clippy::non_minimal_cfg".into(),
394
"clippy::print_literal".into(),
395
"clippy::same_item_push".into(),
396
+ "clippy::single_char_add_str".into(),
397
],
398
forbid: vec![],
399
};
@@ -410,6 +411,7 @@ impl Step for CI {
410
411
412
413
414
415
416
417
0 commit comments