Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jun 18, 2018
1 parent 31198bc commit c40000a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/fullnode.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit c40000a

Please sign in to comment.