mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +00:00
Fix clippy warning
This commit is contained in:
parent
2496cddc78
commit
db7e873422
@ -11,7 +11,7 @@ mod storage {
|
||||
|
||||
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:
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user