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 90cd4eb commit 9558598Copy full SHA for 9558598
src/storage.rs
@@ -114,7 +114,7 @@ pub(crate) trait SealedStorage: Sized {
114
/// - [`ViewStorage`]: stores the data in an unsized `[T]`.
115
///
116
/// 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
+/// the [`vec`](crate::vec) module contains a [`VecInner`] struct
118
/// that's generic on [`Storage`], and two type aliases for convenience:
119
120
/// - [`Vec<T, N>`](crate::vec::Vec) = `VecInner<T, OwnedStorage<N>>`
0 commit comments