Update stabilization version of try_from_mut_slice_to_array
This commit is contained in:
parent
ac083c6b45
commit
16711fe076
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "try_from_mut_slice_to_array", since = "1.58.0")]
|
||||
#[stable(feature = "try_from_mut_slice_to_array", since = "1.59.0")]
|
||||
impl<T, const N: usize> TryFrom<&mut [T]> for [T; N]
|
||||
where
|
||||
T: Copy,
|
||||
|
|
Loading…
Add table
Reference in a new issue