Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c40000a

Browse files
committed
Fix compiler warning
1 parent 31198bc commit c40000a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/fullnode.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
extern crate atty;
22
extern crate env_logger;
33
extern crate getopts;
4+
extern crate log;
45
extern crate serde_json;
56
extern crate solana;
6-
#[macro_use]
7-
extern crate log;
87

98
use atty::{is, Stream};
109
use getopts::Options;

0 commit comments

Comments
 (0)