Do not activate critical-section/std by default

This commit is contained in:
datdenkikniet 2023-04-10 10:52:21 +02:00
parent d445b20b18
commit 452bad69b4
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
//! A test that verifies the correctness of the [`TimerQueue`].
//!
//! To run this test, you need to activate the `critical-section/std` feature.
use std::{fmt::Debug, time::Duration};
use parking_lot::Mutex;