summaryrefslogtreecommitdiff
path: root/cli/workers.rs
diff options
context:
space:
mode:
authorandy finch <andyfinch7@gmail.com>2019-03-19 16:47:35 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-03-19 16:47:35 -0400
commit6131152a575f86c7510702091ba18f061628674f (patch)
tree3a885fc3a790a6ae3fca4962ce848ead28a4a174 /cli/workers.rs
parentfb2c0c29ec79434a2ca8354efe8b5e2de8a92558 (diff)
Remove old Buf definition in cli.rs (#1971)
Diffstat (limited to 'cli/workers.rs')
-rw-r--r--cli/workers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/workers.rs b/cli/workers.rs
index edded7756..a69acd6cc 100644
--- a/cli/workers.rs
+++ b/cli/workers.rs
@@ -1,5 +1,4 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-use crate::cli::Buf;
use crate::cli::Cli;
use crate::flags::DenoFlags;
use crate::isolate::Isolate;
@@ -9,6 +8,7 @@ use crate::js_errors::JSErrorColor;
use crate::permissions::DenoPermissions;
use crate::resources;
use crate::tokio_util;
+use deno_core::Buf;
use deno_core::JSError;
use deno_core::StartupData;
use futures::future::lazy;