mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 20:25:00 +00:00
Fix warnings about unnecessary macro imports
This commit is contained in:
committed by
Benjamin Saunders
parent
b6def268de
commit
39267e8d54
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user