diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2025-01-12 15:24:29 +0200 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2025-01-12 15:24:29 +0200 |
| commit | 57fcee8655485c30be5288914331f856c8d1a2ba (patch) | |
| tree | 2c870c33b09665f624b15c5f3c14dacc0ccefa4b /src | |
| parent | 132e640fbfb55e4fb3b6af8ff9ccd95d449361fe (diff) | |
| download | rust-57fcee8655485c30be5288914331f856c8d1a2ba.tar.gz rust-57fcee8655485c30be5288914331f856c8d1a2ba.zip | |
Deny `clippy::same_item_push` (no occurrences)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/clippy.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/clippy.rs b/src/bootstrap/src/core/build_steps/clippy.rs index 18ce81251b5..299eddd52a8 100644 --- a/src/bootstrap/src/core/build_steps/clippy.rs +++ b/src/bootstrap/src/core/build_steps/clippy.rs @@ -392,6 +392,7 @@ impl Step for CI { "clippy::needless_bool_assign".into(), "clippy::non_minimal_cfg".into(), "clippy::print_literal".into(), + "clippy::same_item_push".into(), ], forbid: vec![], }; @@ -408,6 +409,7 @@ impl Step for CI { "clippy::needless_bool_assign".into(), "clippy::non_minimal_cfg".into(), "clippy::print_literal".into(), + "clippy::same_item_push".into(), ], forbid: vec![], }; |
