From 1c1200cc2ae6f46a09b4eb3569ff47454b8cb2e0 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 13 Aug 2024 19:14:41 +0100 Subject: [PATCH] clippy --- crates/librqbit/src/session.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/librqbit/src/session.rs b/crates/librqbit/src/session.rs index f111bde3..f6e27d07 100644 --- a/crates/librqbit/src/session.rs +++ b/crates/librqbit/src/session.rs @@ -1438,8 +1438,6 @@ impl tracker_comms::TorrentStatsProvider for PeerRxTorrentInfo { #[cfg(test)] mod tests { - use std::io::Write; - use buffers::ByteBuf; use itertools::Itertools; use librqbit_core::torrent_metainfo::{torrent_from_bytes_ext, TorrentMetaV1};