We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b0426 commit 73f1b22Copy full SHA for 73f1b22
core/src/array/mod.rs
@@ -156,7 +156,6 @@ pub const fn from_mut<T>(s: &mut T) -> &mut [T; 1] {
156
157
/// The error type returned when a conversion from a slice to an array fails.
158
#[stable(feature = "try_from", since = "1.34.0")]
159
-#[rustc_allowed_through_unstable_modules]
160
#[derive(Debug, Copy, Clone)]
161
pub struct TryFromSliceError(());
162
0 commit comments