From b1362bfa065a75b9369d169bd68a14d7d519bdae Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Fri, 1 Sep 2017 15:50:49 -0700 Subject: [PATCH] [watch] Fix build warnings --- src/bin/watch.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/watch.rs b/src/bin/watch.rs index 0b65d8d0..01040ee5 100644 --- a/src/bin/watch.rs +++ b/src/bin/watch.rs @@ -1,6 +1,4 @@ extern crate notify; -extern crate time; -extern crate crossbeam; use std::path::Path; use self::notify::Watcher;