summaryrefslogtreecommitdiff
path: root/cli/ops/worker_host.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-04-04 13:41:16 +1100
committerGitHub <noreply@github.com>2020-04-03 22:41:16 -0400
commitf5274072870558973f70b7fad30c078647790d6c (patch)
tree604e22e18315ed44adad980c2a42f46aeafbf076 /cli/ops/worker_host.rs
parent0db04d6a429eb498e854a5fc1ef905b87dea5e4d (diff)
clippy (#4618)
Diffstat (limited to 'cli/ops/worker_host.rs')
-rw-r--r--cli/ops/worker_host.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/ops/worker_host.rs b/cli/ops/worker_host.rs
index 0690a3977..ee448eb83 100644
--- a/cli/ops/worker_host.rs
+++ b/cli/ops/worker_host.rs
@@ -12,10 +12,8 @@ use crate::web_worker::WebWorker;
use crate::worker::WorkerEvent;
use crate::worker::WorkerHandle;
use deno_core::*;
-use futures;
use futures::future::FutureExt;
use futures::future::TryFutureExt;
-use std;
use std::convert::From;
use std::thread::JoinHandle;