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