Skip to content

Commit 3f630f2

Browse files
authored
Merge branch 'master' into optimized-local-executor
2 parents 2be7ab6 + 58411d6 commit 3f630f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benches/executor.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
14
use std::mem;
25
use std::thread::available_parallelism;
36

0 commit comments

Comments
 (0)