summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs6
1 files changed, 0 insertions, 6 deletions
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;