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 f3eede6 commit 4853ce6Copy full SHA for 4853ce6
src/libcore/mem.rs
@@ -1147,6 +1147,7 @@ impl<T> MaybeUninit<T> {
1147
/// Deprecated alternative to `into_initialized`. Will never get stabilized.
1148
/// Exists only to transition stdsimd to `into_initialized`.
1149
#[inline(always)]
1150
+ #[allow(unused)]
1151
pub(crate) unsafe fn into_inner(self) -> T {
1152
self.into_initialized()
1153
}
0 commit comments