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;