Update version in stable attribute

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Linda_pp 2021-11-20 23:35:28 +09:00 committed by GitHub
parent 72b411fd89
commit 66e0523d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]
where
T: Copy,