Skip to content

Commit

Permalink
Fix documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jul 3, 2024
1 parent 90cd4eb commit beec9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub(crate) trait SealedStorage: Sized {
/// - [`ViewStorage`]: stores the data in an unsized `[T]`.
///
/// This allows containers to be generic over either sized or unsized storage. For example,
/// the [`vec`](crate::vec) module contains a [`VecInner`](crate::vec::VecInner) struct
/// the [`vec`](crate::vec) module contains a [`VecInner`](VecInner) struct
/// that's generic on [`Storage`], and two type aliases for convenience:
///
/// - [`Vec<T, N>`](crate::vec::Vec) = `VecInner<T, OwnedStorage<N>>`
Expand Down

0 comments on commit beec9ce

Please sign in to comment.