]> Untitled Git - bdk-cli/commitdiff
Fix unused import warning and docs link warning
authorSteve Myers <steve@notmandatory.org>
Mon, 7 Dec 2020 18:56:01 +0000 (10:56 -0800)
committerSteve Myers <steve@notmandatory.org>
Mon, 7 Dec 2020 19:28:25 +0000 (11:28 -0800)
examples/repl.rs

index f3b2887d41c49252fb0b61e2a18b35e6e9d85b03..1638fbe7c08ffc107a86cb6514f6ac20d6972f04 100644 (file)
@@ -29,7 +29,7 @@ use std::sync::Arc;
 
 use bitcoin::Network;
 use clap::AppSettings;
-use log::{debug, error, info, trace, warn, LevelFilter};
+use log::{debug, info, warn, LevelFilter};
 use rustyline::error::ReadlineError;
 use rustyline::Editor;
 use structopt::StructOpt;