Skip to content

Commit 66e0523

Browse files
rhysdjyn514
andauthored
Update version in stable attribute
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 72b411f commit 66e0523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/array/mod.rs

Lines changed: 1 addition & 1 deletion
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.57.0")]
179+
#[stable(feature = "try_from_mut_slice_to_array", since = "1.58.0")]
180180
impl<T, const N: usize> TryFrom<&mut [T]> for [T; N]
181181
where
182182
T: Copy,

0 commit comments

Comments
 (0)