We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0639c7 commit 2cb0cd7Copy full SHA for 2cb0cd7
crates/libtortillas/src/torrent/mod.rs
@@ -433,11 +433,7 @@ impl Message<TorrentRequest> for Torrent {
433
434
#[cfg(test)]
435
mod tests {
436
- use std::{
437
- net::{IpAddr, SocketAddr},
438
- str::FromStr,
439
- time::Duration,
440
- };
+ use std::{net::SocketAddr, str::FromStr, time::Duration};
441
442
use librqbit_utp::UtpSocket;
443
use tokio::time::sleep;
0 commit comments