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 4c5b3e7 commit d2eb4fbCopy full SHA for d2eb4fb
std/src/primitive_docs.rs
@@ -591,7 +591,7 @@ mod prim_array {}
591
/// As slices store the length of the sequence they refer to, they have twice
592
/// the size of pointers to [`Sized`](marker/trait.Sized.html) types.
593
/// Also see the reference on
594
-/// [dynamically sized types](../reference/dynamically-sized-types.html)
+/// [dynamically sized types](../reference/dynamically-sized-types.html).
595
///
596
/// ```
597
/// let pointer_size = std::mem::size_of::<&u8>();
0 commit comments