fix feature name

This commit is contained in:
Bryan Stitt 2023-07-06 04:37:49 -07:00
parent ffef36dafe
commit fc9b1dd69e

View File

@ -28,7 +28,7 @@ use mimalloc::MiMalloc;
#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;
#[cfg(feature = "deadlock")]
#[cfg(feature = "deadlock_detection")]
use {parking_lot::deadlock, std::thread, tokio::time::Duration};
#[derive(Debug, FromArgs)]