diff options
| -rw-r--r-- | src/libcore/mem.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libcore/mem.rs b/src/libcore/mem.rs index 2a493e88fe8..ce856628318 100644 --- a/src/libcore/mem.rs +++ b/src/libcore/mem.rs @@ -1149,14 +1149,6 @@ impl<T> MaybeUninit<T> { ManuallyDrop::into_inner(self.value) } - /// Deprecated alternative to `into_initialized`. Will never get stabilized. - /// Exists only to transition stdsimd to `into_initialized`. - #[inline(always)] - #[allow(unused)] - pub(crate) unsafe fn into_inner(self) -> T { - self.into_initialized() - } - /// Gets a reference to the contained value. /// /// # Unsafety |
