Skip to content

Commit 9558598

Browse files
Fix documentation warning
1 parent 90cd4eb commit 9558598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub(crate) trait SealedStorage: Sized {
114114
/// - [`ViewStorage`]: stores the data in an unsized `[T]`.
115115
///
116116
/// This allows containers to be generic over either sized or unsized storage. For example,
117-
/// the [`vec`](crate::vec) module contains a [`VecInner`](crate::vec::VecInner) struct
117+
/// the [`vec`](crate::vec) module contains a [`VecInner`] struct
118118
/// that's generic on [`Storage`], and two type aliases for convenience:
119119
///
120120
/// - [`Vec<T, N>`](crate::vec::Vec) = `VecInner<T, OwnedStorage<N>>`

0 commit comments

Comments
 (0)