diff --git a/pumpkin/src/lib.rs b/pumpkin/src/lib.rs index 9ba113189..d62664970 100644 --- a/pumpkin/src/lib.rs +++ b/pumpkin/src/lib.rs @@ -26,8 +26,6 @@ use std::{ }; use tokio::net::{TcpListener, UdpSocket}; use tokio::select; -#[cfg(feature = "dhat-heap")] -use tokio::sync::Mutex; use tokio::sync::{Mutex, Notify, RwLock}; use tokio_util::task::TaskTracker;