Remove unused `#[macro_use]` import

This commit is contained in:
Frank Denis 2017-02-06 18:24:19 +01:00
parent b2d17e6458
commit 3762554903
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ extern crate hyper;
extern crate log;
extern crate serde;
extern crate serde_json;
#[macro_use(slog_error, slog_info, slog_trace, slog_log, o)]
#[macro_use(o)]
extern crate slog;
mod asns;