diff --git a/pumpkin-world/src/chunk_system.rs b/pumpkin-world/src/chunk_system.rs index 86315ea14..b523f3987 100644 --- a/pumpkin-world/src/chunk_system.rs +++ b/pumpkin-world/src/chunk_system.rs @@ -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 = FxHashMap; type HashSetType = FxHashSet;