diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-26 12:34:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 12:34:25 -0400 |
commit | f46e39c5c5435696daab9df075482e6e5c83533b (patch) | |
tree | 7699e06977e1149b5d056739f981c0217a91ed5e /core/lib.rs | |
parent | 6c6f3e87c1a60bc96d006812a670212eeacd1257 (diff) |
remove macro_use (#9884)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 6 |
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; |