Fix compiler warning
This commit is contained in:
parent
31198bc105
commit
c40000aeda
|
@ -1,10 +1,9 @@
|
|||
extern crate atty;
|
||||
extern crate env_logger;
|
||||
extern crate getopts;
|
||||
extern crate log;
|
||||
extern crate serde_json;
|
||||
extern crate solana;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
use atty::{is, Stream};
|
||||
use getopts::Options;
|
||||
|
|
Loading…
Reference in New Issue