aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/tests/timer_queue.rs
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2023-04-10 10:52:21 +0200
committerdatdenkikniet <jcdra1@gmail.com>2023-04-10 10:52:21 +0200
commit452bad69b4b6d08b9e13e8ddf881385c6806c233 (patch)
treecfbd15497c7345aff5358c165357c1ef22e0ad1c /rtic-time/tests/timer_queue.rs
parentd445b20b1853e2e9de60b24e0ed04a463c8cd05f (diff)
Do not activate critical-section/std by default
Diffstat (limited to 'rtic-time/tests/timer_queue.rs')
-rw-r--r--rtic-time/tests/timer_queue.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-time/tests/timer_queue.rs b/rtic-time/tests/timer_queue.rs
index 1ac96b8..cccf04d 100644
--- a/rtic-time/tests/timer_queue.rs
+++ b/rtic-time/tests/timer_queue.rs
@@ -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;