From 16711fe0768d9df5daf73a2025913984ea17f8eb Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Sat, 4 Dec 2021 17:17:12 +0100 Subject: Update stabilization version of try_from_mut_slice_to_array --- library/core/src/array/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/core/src/array') diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 181f8b408e6..33f0f46a0a1 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -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 TryFrom<&mut [T]> for [T; N] where T: Copy, -- cgit 1.4.1-3-g733a5