mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove unused import of broadcast::Receiver
This commit is contained in:
parent
780d117a69
commit
3eb4c0db43
@ -12,7 +12,7 @@ use std::fmt;
|
||||
use std::net::SocketAddr;
|
||||
use std::path::PathBuf;
|
||||
use std::sync::{Arc, Once};
|
||||
use tokio::sync::{broadcast, broadcast::Receiver, broadcast::Sender, RwLock};
|
||||
use tokio::sync::{broadcast, broadcast::Sender, RwLock};
|
||||
use url::Url;
|
||||
|
||||
static START: Once = Once::new();
|
||||
|
Loading…
Reference in New Issue
Block a user