mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix: one clippy warn
ofc -_-
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user