We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2496cdd commit db7e873Copy full SHA for db7e873
src/linear_map.rs
@@ -11,7 +11,7 @@ mod storage {
11
12
use super::{LinearMapInner, LinearMapView};
13
14
- /// Trait defining how data for a LinearMap is stored.
+ /// Trait defining how data for a [`LinearMap`](super::LinearMap) is stored.
15
///
16
/// There's two implementations available:
17
0 commit comments