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.
#[allow(clippy::*)]
1 parent 85b9f87 commit 76e5d84Copy full SHA for 76e5d84
benches/specializations.rs
@@ -1,4 +1,4 @@
1
-#![allow(unstable_name_collisions, clippy::incompatible_msrv)]
+#![allow(unstable_name_collisions)]
2
3
use criterion::black_box;
4
use criterion::BenchmarkId;
tests/quick.rs
@@ -253,7 +253,6 @@ where
253
let mut it = get_it();
254
255
for _ in 0..(counts.len() - 1) {
256
- #[allow(clippy::manual_assert)]
257
if it.next().is_none() {
258
panic!("Iterator shouldn't be finished, may not be deterministic");
259
}
0 commit comments