Skip to content

Commit 2cb0cd7

Browse files
committed
chore: Fix clippy error
1 parent f0639c7 commit 2cb0cd7

File tree

1 file changed

+1
-5
lines changed
  • crates/libtortillas/src/torrent

1 file changed

+1
-5
lines changed

crates/libtortillas/src/torrent/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,7 @@ impl Message<TorrentRequest> for Torrent {
433433

434434
#[cfg(test)]
435435
mod tests {
436-
use std::{
437-
net::{IpAddr, SocketAddr},
438-
str::FromStr,
439-
time::Duration,
440-
};
436+
use std::{net::SocketAddr, str::FromStr, time::Duration};
441437

442438
use librqbit_utp::UtpSocket;
443439
use tokio::time::sleep;

0 commit comments

Comments
 (0)