mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
Refactor imports in raw read-write lock module for clarity
This commit is contained in:
parent
f2afcecfa8
commit
10fd6d1321
@ -1,7 +1,8 @@
|
|||||||
//! Read-Write Lock primitives.
|
//! Read-Write Lock primitives.
|
||||||
//!
|
//!
|
||||||
//! This module provides a trait for read-write locks that can be used in different contexts.
|
//! This module provides a trait for read-write locks that can be used in different contexts.
|
||||||
use core::{cell::RefCell, marker::PhantomData};
|
use core::cell::RefCell;
|
||||||
|
use core::marker::PhantomData;
|
||||||
|
|
||||||
/// Raw read-write lock trait.
|
/// Raw read-write lock trait.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user