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/lib.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index c65ed7aac..ea6968b60 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -1,10 +1,4 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. - -#[macro_use] -extern crate lazy_static; -#[macro_use] -extern crate log; - mod async_cancel; mod async_cell; mod bindings; -- cgit v1.2.3