cargo fix

This commit is contained in:
Igor Katson 2023-11-23 16:28:26 +00:00
parent edaf3e0997
commit 84766f92fb
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 3 additions and 6 deletions

View file

@ -11,10 +11,10 @@ use librqbit_core::{
lengths::{ChunkInfo, Lengths, ValidPieceIndex},
torrent_metainfo::{FileIteratorName, TorrentMetaV1Info},
};
use tracing::{debug, trace, warn};
use parking_lot::Mutex;
use peer_binary_protocol::Piece;
use sha1w::ISha1;
use tracing::{debug, trace, warn};
use crate::type_aliases::{PeerHandle, BF};