diff --git a/crates/librqbit/src/session.rs b/crates/librqbit/src/session.rs index f111bde..f6e27d0 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};