remove MaybeUninit::into_inner
This commit is contained in:
parent
1e4ab1eca6
commit
c35a18ec2d
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue