Skip to content

Commit 16711fe

Browse files
authored
Update stabilization version of try_from_mut_slice_to_array
1 parent ac083c6 commit 16711fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/array/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ where
176176
}
177177
}
178178

179-
#[stable(feature = "try_from_mut_slice_to_array", since = "1.58.0")]
179+
#[stable(feature = "try_from_mut_slice_to_array", since = "1.59.0")]
180180
impl<T, const N: usize> TryFrom<&mut [T]> for [T; N]
181181
where
182182
T: Copy,

0 commit comments

Comments
 (0)