update internal cfg flag

This commit is contained in:
Carl Lerche
2023-05-18 09:55:20 -07:00
parent b32f6b2def
commit 4c524eaf56
@@ -1,4 +1,4 @@
#[cfg(tokio_mt_counters)]
#[cfg(tokio_internal_mt_counters)]
mod imp {
use std::sync::atomic::AtomicUsize;
use std::sync::atomic::Ordering::Relaxed;
@@ -38,7 +38,7 @@ mod imp {
}
}
#[cfg(not(tokio_mt_counters))]
#[cfg(not(tokio_internal_mt_counters))]
mod imp {
pub(crate) fn inc_num_need_searchers() {}
pub(crate) fn inc_num_inc_notify_local() {}