fix: one clippy warn

ofc -_-
This commit is contained in:
Alexander Medvedev
2025-12-06 10:39:37 +01:00
parent 4c86808506
commit a3cfb28d38

View File

@@ -54,7 +54,6 @@ use std::sync::atomic::Ordering::{Relaxed, SeqCst};
use std::thread;
use std::thread::JoinHandle;
use tokio::sync::{RwLock, oneshot};
use tokio::task;
type HashMapType<K, V> = FxHashMap<K, V>;
type HashSetType<K> = FxHashSet<K>;