diff options
Diffstat (limited to 'core/runtime.rs')
-rw-r--r-- | core/runtime.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/runtime.rs b/core/runtime.rs index 0a5404fa1..2f818c7f8 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -2593,7 +2593,8 @@ pub mod tests { use std::ops::FnOnce; use std::pin::Pin; use std::rc::Rc; - use std::sync::atomic::{AtomicUsize, Ordering}; + use std::sync::atomic::AtomicUsize; + use std::sync::atomic::Ordering; use std::sync::Arc; // deno_ops macros generate code assuming deno_core in scope. mod deno_core { |