tidy doc link
This commit is contained in:
parent
713e78cdd8
commit
2ec3e297ab
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ mod prim_pointer {}
|
|||
/// array implementations) succeed if the input slice length is the same as the result
|
||||
/// array length. They optimize especially well when the optimizer can easily determine
|
||||
/// the slice length, e.g. `<[u8; 4]>::try_from(&slice[4..8]).unwrap()`. Array implements
|
||||
/// [TryFrom](crate::convert::TryFrom) returning:
|
||||
/// [TryFrom] returning:
|
||||
///
|
||||
/// - `[T; N]` copies from the slice's elements
|
||||
/// - `&[T; N]` references the original slice's elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue