Remove unused import of log crate

This commit is contained in:
Matthias Beyer 2017-02-04 11:26:53 +01:00
parent c959c1ed27
commit 0037ca666b

View file

@ -31,7 +31,6 @@
while_true,
)]
#[macro_use] extern crate log;
extern crate crossbeam;
extern crate hoedown;
extern crate url;