mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-03 07:14:45 +00:00
Fix clippy warning
This commit is contained in:
parent
2496cddc78
commit
db7e873422
@ -11,7 +11,7 @@ mod storage {
|
|||||||
|
|
||||||
use super::{LinearMapInner, LinearMapView};
|
use super::{LinearMapInner, LinearMapView};
|
||||||
|
|
||||||
/// Trait defining how data for a LinearMap is stored.
|
/// Trait defining how data for a [`LinearMap`](super::LinearMap) is stored.
|
||||||
///
|
///
|
||||||
/// There's two implementations available:
|
/// There's two implementations available:
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user