mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Fix ws clippy warnings
This commit is contained in:
parent
9d1bba5e92
commit
c32fa7cc2b
5 changed files with 25 additions and 14 deletions
|
|
@ -24,6 +24,7 @@ use self::storage::TorrentMaps;
|
|||
#[cfg(feature = "metrics")]
|
||||
thread_local! { static WORKER_INDEX: ::std::cell::Cell<usize> = Default::default() }
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn run_swarm_worker(
|
||||
_sentinel: PanicSentinel,
|
||||
config: Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue