Remove unnecessary #[macro_use]

This commit is contained in:
Valentin Brandl
2018-11-07 20:39:01 +01:00
parent 7cbd19f49a
commit f84ced0353

View File

@ -4,7 +4,6 @@ extern crate html5ever;
extern crate reqwest;
#[macro_use]
extern crate serde_derive;
#[macro_use]
extern crate structopt;
use failure::Error;