mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-11 17:19:45 -04:00
Remove unused import of broadcast::Receiver
This commit is contained in:
parent
780d117a69
commit
3eb4c0db43
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use std::fmt;
|
||||||
use std::net::SocketAddr;
|
use std::net::SocketAddr;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::sync::{Arc, Once};
|
use std::sync::{Arc, Once};
|
||||||
use tokio::sync::{broadcast, broadcast::Receiver, broadcast::Sender, RwLock};
|
use tokio::sync::{broadcast, broadcast::Sender, RwLock};
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
||||||
static START: Once = Once::new();
|
static START: Once = Once::new();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue