cargo fix
This commit is contained in:
parent
edaf3e0997
commit
84766f92fb
2 changed files with 3 additions and 6 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,12 @@
|
|||
pub mod stats;
|
||||
|
||||
use std::collections::HashSet;
|
||||
use std::sync::atomic::{AtomicU32, AtomicU64, Ordering};
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
use anyhow::Context;
|
||||
use backoff::{ExponentialBackoff, ExponentialBackoffBuilder};
|
||||
|
||||
use librqbit_core::id20::Id20;
|
||||
use librqbit_core::lengths::{ChunkInfo, ValidPieceIndex};
|
||||
use serde::Serialize;
|
||||
|
||||
use tokio::sync::mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender};
|
||||
|
||||
use crate::peer_connection::WriterRequest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue