Fix function calls

This commit is contained in:
Alan Du 2018-10-17 19:25:37 -04:00
parent fc8024de51
commit a5da770ec6
10 changed files with 9 additions and 12 deletions

View file

@ -24,7 +24,6 @@ pub fn roots_loader() -> (Worker<PathBuf, (PathBuf, Vec<FileEvent>)>, ThreadWatc
128,
|input_receiver, output_sender| {
input_receiver
.into_iter()
.map(|path| {
debug!("loading {} ...", path.as_path().display());
let events = load_root(path.as_path());