From f46e39c5c5435696daab9df075482e6e5c83533b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 26 Mar 2021 12:34:25 -0400 Subject: remove macro_use (#9884) --- core/modules.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules.rs') 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); } -- cgit v1.2.3