Skip to content

Commit 2ec3e29

Browse files
committed
tidy doc link
1 parent 713e78c commit 2ec3e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ mod prim_pointer {}
624624
/// array implementations) succeed if the input slice length is the same as the result
625625
/// array length. They optimize especially well when the optimizer can easily determine
626626
/// the slice length, e.g. `<[u8; 4]>::try_from(&slice[4..8]).unwrap()`. Array implements
627-
/// [TryFrom](crate::convert::TryFrom) returning:
627+
/// [TryFrom] returning:
628628
///
629629
/// - `[T; N]` copies from the slice's elements
630630
/// - `&[T; N]` references the original slice's elements

0 commit comments

Comments
 (0)