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.
2 parents 2be7ab6 + 58411d6 commit 3f630f2Copy full SHA for 3f630f2
benches/executor.rs
@@ -1,3 +1,6 @@
1
+#![allow(clippy::incompatible_msrv)] // false positive: https://github.com/rust-lang/rust-clippy/issues/12257#issuecomment-2093667187
2
+
3
+use std::hint::black_box;
4
use std::mem;
5
use std::thread::available_parallelism;
6
0 commit comments