Skip to content

Commit 76e5d84

Browse files
committed
Drop redundant #[allow(clippy::*)]
1 parent 85b9f87 commit 76e5d84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

benches/specializations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unstable_name_collisions, clippy::incompatible_msrv)]
1+
#![allow(unstable_name_collisions)]
22

33
use criterion::black_box;
44
use criterion::BenchmarkId;

tests/quick.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ where
253253
let mut it = get_it();
254254

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

0 commit comments

Comments
 (0)