Skip to content

Commit 4670009

Browse files
committed
remove pointless allowed_through_unstable_modules on TryFromSliceError
1 parent da43f89 commit 4670009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: core/src/array/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ pub const fn from_mut<T>(s: &mut T) -> &mut [T; 1] {
156156

157157
/// The error type returned when a conversion from a slice to an array fails.
158158
#[stable(feature = "try_from", since = "1.34.0")]
159-
#[rustc_allowed_through_unstable_modules]
160159
#[derive(Debug, Copy, Clone)]
161160
pub struct TryFromSliceError(());
162161

0 commit comments

Comments
 (0)