Skip to content

Commit 361c5fd

Browse files
committed
Fix missing import on Miri
Signed-off-by: John Nunley <[email protected]>
1 parent 457cf7b commit 361c5fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[cfg(not(miri))]
12
use std::mem;
23
use std::panic::catch_unwind;
34
use std::sync::atomic::{AtomicUsize, Ordering};

0 commit comments

Comments
 (0)