mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
Do not activate critical-section/std by default
This commit is contained in:
parent
d445b20b18
commit
452bad69b4
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue