Remove #[macro_use] from log crate

This commit is contained in:
Lucien Greathouse
2019-01-15 12:43:02 -08:00
parent b87943e39d
commit 5b2a830d2d
9 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
#[macro_use]
extern crate log;
#[macro_use]
extern crate serde_derive;