Skip to content

Commit 237daea

Browse files
committed
Remove missed unused imports
Signed-off-by: Jacinta Ferrant <jacinta.ferrant@gmail.com>
1 parent 146d1bc commit 237daea

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

stackslib/src/blockstack_cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extern crate blockstack_lib;
2222
extern crate clarity;
2323
extern crate stacks_common;
2424

25+
#[cfg(test)]
2526
use std::io::prelude::*;
2627
use std::io::Read;
2728
use std::{env, fs, io};

stackslib/src/clarity_cli_main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ extern crate serde_json;
2525
use std::{env, process};
2626

2727
use blockstack_lib::clarity_cli as clarity;
28-
use stacks_common::util::log;
2928

3029
fn main() {
3130
let argv: Vec<String> = env::args().collect();

testnet/stacks-node/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ extern crate stacks_common;
66
extern crate clarity;
77
extern crate stacks;
88

9+
#[allow(unused_imports)]
910
#[macro_use(o, slog_log, slog_trace, slog_debug, slog_info, slog_warn, slog_error)]
1011
extern crate slog;
1112

0 commit comments

Comments
 (0)