We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ecced commit 4cb9c0bCopy full SHA for 4cb9c0b
src/main.rs
@@ -20,7 +20,7 @@ use tokio_tungstenite::{connect_async};
20
use tokio::sync::mpsc::UnboundedSender;
21
use futures_util::{future, StreamExt};
22
use url::Url;
23
-use clap::{Arg, Command};
+use clap::{Command};
24
25
/// Duration of `sleep` in `listen_keys` loop
26
const LISTEN_KEYS_SLEEP_MILLIS: u64 = 100;
0 commit comments