Remove unused macro imports
This commit is contained in:
parent
ff7ba04180
commit
7d7b78534a
@ -29,7 +29,7 @@ use std::sync::Arc;
|
|||||||
|
|
||||||
use bitcoin::Network;
|
use bitcoin::Network;
|
||||||
use clap::AppSettings;
|
use clap::AppSettings;
|
||||||
use log::{debug, error, info, trace, warn, LevelFilter};
|
use log::{debug, info, warn, LevelFilter};
|
||||||
use rustyline::error::ReadlineError;
|
use rustyline::error::ReadlineError;
|
||||||
use rustyline::Editor;
|
use rustyline::Editor;
|
||||||
use structopt::StructOpt;
|
use structopt::StructOpt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user