summaryrefslogtreecommitdiff
path: root/core/modules.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules.rs')
-rw-r--r--core/modules.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modules.rs b/core/modules.rs
index 31e03196a..ba7db507e 100644
--- a/core/modules.rs
+++ b/core/modules.rs
@@ -1,7 +1,5 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-use rusty_v8 as v8;
-
use crate::bindings;
use crate::error::generic_error;
use crate::error::AnyError;