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

@@ -4,6 +4,7 @@ use std::{
sync::{mpsc, Arc},
};
use log::trace;
use rouille::{
self,
router,