diff options
Diffstat (limited to 'core/modules.rs')
-rw-r--r-- | core/modules.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules.rs b/core/modules.rs index b9b99d3b5..8c193bf5b 100644 --- a/core/modules.rs +++ b/core/modules.rs @@ -21,7 +21,7 @@ use std::sync::atomic::Ordering; use std::task::Context; use std::task::Poll; -lazy_static! { +lazy_static::lazy_static! { pub static ref NEXT_LOAD_ID: AtomicI32 = AtomicI32::new(0); } |