Fix warnings about unnecessary macro imports

This commit is contained in:
Dirkjan Ochtman
2018-10-29 12:05:36 +01:00
committed by Benjamin Saunders
parent b6def268de
commit 39267e8d54
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -7,7 +7,6 @@ extern crate slog;
extern crate futures;
extern crate rustls;
extern crate slog_term;
#[macro_use]
extern crate structopt;
extern crate url;
-1
View File
@@ -7,7 +7,6 @@ extern crate slog;
extern crate futures;
extern crate rustls;
extern crate slog_term;
#[macro_use]
extern crate structopt;
extern crate tokio_current_thread;