Update version in stable attribute
Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
@@ -176,7 +176,7 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[stable(feature = "try_from_mut_slice_to_array", since = "1.57.0")]
|
#[stable(feature = "try_from_mut_slice_to_array", since = "1.58.0")]
|
||||||
impl<T, const N: usize> TryFrom<&mut [T]> for [T; N]
|
impl<T, const N: usize> TryFrom<&mut [T]> for [T; N]
|
||||||
where
|
where
|
||||||
T: Copy,
|
T: Copy,
|
||||||
|
|||||||
Reference in New Issue
Block a user