Add impl_from! macro to shorten up error code

This commit is contained in:
Lucien Greathouse
2019-01-15 13:08:02 -08:00
parent 9d3638fa46
commit aae1d8b34f
6 changed files with 41 additions and 56 deletions

View File

@@ -1,3 +1,8 @@
// Macros
#[macro_use]
pub mod impl_from;
// Other modules
pub mod commands;
pub mod fs_watcher;
pub mod imfs;