diff options
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/lib.rs b/core/lib.rs index ba7fdcd21..73d0da071 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -1,7 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -#[macro_use] -extern crate downcast_rs; extern crate futures; #[macro_use] extern crate lazy_static; |