diff options
Diffstat (limited to 'core/error.rs')
-rw-r--r-- | core/error.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/error.rs b/core/error.rs index 88cb06887..b94b7f192 100644 --- a/core/error.rs +++ b/core/error.rs @@ -3,7 +3,6 @@ pub use anyhow::anyhow; pub use anyhow::bail; pub use anyhow::Context; -use rusty_v8 as v8; use std::borrow::Cow; use std::convert::TryFrom; use std::convert::TryInto; |