diff options
author | Luca Casonato <hello@lcas.dev> | 2021-10-27 23:26:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 23:26:15 +0200 |
commit | be68b82eb43f8e6156bad562b292af11776d38b8 (patch) | |
tree | 3df7fe56e42ff5097a58964c2ea0f48dffad470e /core/inspector.rs | |
parent | 09dd77c13edf59eb3748b5f21bd8b7141d822f61 (diff) |
chore: update to rusty_v8 0.33.0 (#12564)
Diffstat (limited to 'core/inspector.rs')
-rw-r--r-- | core/inspector.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/inspector.rs b/core/inspector.rs index c4dddc5d6..3e84bcd58 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -22,7 +22,6 @@ use crate::futures::task::Poll; use crate::serde_json; use crate::serde_json::json; use crate::serde_json::Value; -use crate::v8; use parking_lot::Mutex; use std::cell::BorrowMutError; use std::cell::RefCell; |