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 /runtime/lib.rs | |
parent | 6c6f3e87c1a60bc96d006812a670212eeacd1257 (diff) |
remove macro_use (#9884)
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index b30f10bd1..1606e9dfe 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -2,11 +2,6 @@ #![deny(warnings)] -#[macro_use] -extern crate lazy_static; -#[macro_use] -extern crate log; - pub use deno_console; pub use deno_crypto; pub use deno_fetch; |