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 713e78c commit 2ec3e29Copy full SHA for 2ec3e29
library/core/src/primitive_docs.rs
@@ -624,7 +624,7 @@ mod prim_pointer {}
624
/// array implementations) succeed if the input slice length is the same as the result
625
/// array length. They optimize especially well when the optimizer can easily determine
626
/// the slice length, e.g. `<[u8; 4]>::try_from(&slice[4..8]).unwrap()`. Array implements
627
-/// [TryFrom](crate::convert::TryFrom) returning:
+/// [TryFrom] returning:
628
///
629
/// - `[T; N]` copies from the slice's elements
630
/// - `&[T; N]` references the original slice's elements
0 commit comments