mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Provide Mutex relative to prelude to fix doc linking issues coming from rtic-core
This commit is contained in:
parent
2c14c9bce3
commit
7eaf732c4c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ pub use rtic_monotonic::{self, Monotonic};
|
|||
/// module `mutex::prelude` provides `Mutex` and multi-lock variants. Recommended over `mutex_prelude`
|
||||
pub mod mutex {
|
||||
pub use rtic_core::prelude;
|
||||
pub use rtic_core::Mutex;
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
|
|
Loading…
Reference in a new issue