Address code review, remove unnecessary import

This commit is contained in:
James Onnen
2017-12-17 23:40:32 -06:00
parent 199ebda689
commit 5a20646c57

View File

@@ -22,7 +22,6 @@ pub mod vfs_watch;
use std::path::{Path, PathBuf};
use std::sync::{Arc, Mutex};
use std::thread;
use std::time::Duration;
use core::Config;
use pathext::canonicalish;