From b52d07993efbef3e356da10a015c3a869f823eae Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 29 Jun 2025 00:53:01 +0200 Subject: [PATCH] fix CI --- pumpkin/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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;