We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4ab1e commit c35a18eCopy full SHA for c35a18e
src/libcore/mem.rs
@@ -1149,14 +1149,6 @@ impl<T> MaybeUninit<T> {
1149
ManuallyDrop::into_inner(self.value)
1150
}
1151
1152
- /// Deprecated alternative to `into_initialized`. Will never get stabilized.
1153
- /// Exists only to transition stdsimd to `into_initialized`.
1154
- #[inline(always)]
1155
- #[allow(unused)]
1156
- pub(crate) unsafe fn into_inner(self) -> T {
1157
- self.into_initialized()
1158
- }
1159
-
1160
/// Gets a reference to the contained value.
1161
///
1162
/// # Unsafety
0 commit comments