diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-04-04 13:41:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 22:41:16 -0400 |
commit | f5274072870558973f70b7fad30c078647790d6c (patch) | |
tree | 604e22e18315ed44adad980c2a42f46aeafbf076 /cli/inspector.rs | |
parent | 0db04d6a429eb498e854a5fc1ef905b87dea5e4d (diff) |
clippy (#4618)
Diffstat (limited to 'cli/inspector.rs')
-rw-r--r-- | cli/inspector.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/inspector.rs b/cli/inspector.rs index ecc6665f5..54f431b3e 100644 --- a/cli/inspector.rs +++ b/cli/inspector.rs @@ -5,7 +5,6 @@ //! https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/ use core::convert::Infallible as Never; // Alias for the future `!` type. -use deno_core; use deno_core::v8; use futures::channel::mpsc; use futures::channel::mpsc::UnboundedReceiver; @@ -37,7 +36,6 @@ use std::sync::Mutex; use std::sync::Once; use std::thread; use uuid::Uuid; -use warp; use warp::filters::ws; use warp::filters::ws::WebSocket; use warp::Filter; |