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) --- cli/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/diagnostics.rs') diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 0ba1a23ae..4044614fc 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -63,7 +63,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "utimeSync", ]; -lazy_static! { +lazy_static::lazy_static! { static ref MSG_MISSING_PROPERTY_DENO: Regex = Regex::new(r#"Property '([^']+)' does not exist on type 'typeof Deno'"#) .unwrap(); -- cgit v1.2.3