Remove remaining 'extern crate' declarations

This commit is contained in:
Lucien Greathouse
2019-01-15 12:44:49 -08:00
parent 5b2a830d2d
commit 9d3638fa46
7 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
#[macro_use]
extern crate serde_derive;
#[cfg(test)]
extern crate tempfile;
pub mod commands;
pub mod fs_watcher;
pub mod imfs;