Fix missing import on Miri

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-11-02 19:41:44 -07:00 committed by John Nunley
parent 457cf7b888
commit 361c5fd359
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#[cfg(not(miri))]
use std::mem;
use std::panic::catch_unwind;
use std::sync::atomic::{AtomicUsize, Ordering};