summaryrefslogtreecommitdiff
path: root/cli/file_watcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/file_watcher.rs')
-rw-r--r--cli/file_watcher.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/file_watcher.rs b/cli/file_watcher.rs
index dfcf05e27..1f0107f49 100644
--- a/cli/file_watcher.rs
+++ b/cli/file_watcher.rs
@@ -2,8 +2,8 @@
use crate::colors;
use deno_core::error::AnyError;
-use futures::stream::StreamExt;
-use futures::Future;
+use deno_core::futures::stream::StreamExt;
+use deno_core::futures::Future;
use notify::event::Event as NotifyEvent;
use notify::event::EventKind;
use notify::Config;