Fix clippy warning

This commit is contained in:
Sosthène Guédon 2025-03-26 11:06:42 +01:00
parent 2496cddc78
commit db7e873422
No known key found for this signature in database
GPG Key ID: 36DA48A4C827B354

View File

@ -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:
///