summaryrefslogtreecommitdiff
path: root/core/modules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules.rs')
-rw-r--r--core/modules.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules.rs b/core/modules.rs
index 917649c85..8a79143f0 100644
--- a/core/modules.rs
+++ b/core/modules.rs
@@ -1190,7 +1190,8 @@ mod tests {
use std::future::Future;
use std::io;
use std::path::PathBuf;
- 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 {