remove pointless allowed_through_unstable_modules on TryFromSliceError

This commit is contained in:
Ralf Jung
2025-01-14 16:54:28 +01:00
parent c074d8eee7
commit 5c2006b79a

View File

@@ -156,7 +156,6 @@ pub const fn from_mut<T>(s: &mut T) -> &mut [T; 1] {
/// The error type returned when a conversion from a slice to an array fails.
#[stable(feature = "try_from", since = "1.34.0")]
#[rustc_allowed_through_unstable_modules]
#[derive(Debug, Copy, Clone)]
pub struct TryFromSliceError(());