Skip to content

Commit

Permalink
Drop redundant #[allow(clippy::*)]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinto-b authored and Philippe-Cholet committed Jun 18, 2024
1 parent 502c816 commit cca6386
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion benches/specializations.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(unstable_name_collisions, clippy::incompatible_msrv)]
#![allow(unstable_name_collisions)]

use criterion::black_box;
use criterion::BenchmarkId;
Expand Down
1 change: 0 additions & 1 deletion tests/quick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ where
let mut it = get_it();

for _ in 0..(counts.len() - 1) {
#[allow(clippy::manual_assert)]
if it.next().is_none() {
panic!("Iterator shouldn't be finished, may not be deterministic");
}
Expand Down

0 comments on commit cca6386

Please sign in to comment.