Auto merge of #1961 - ojeda:spurious-maybe_uninit_extra, r=oli-obk

Remove spurious `maybe_uninit_extra`

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
bors 2022-01-11 17:37:37 +00:00
commit aea10ca101

View file

@ -1,4 +1,3 @@
#![feature(maybe_uninit_extra)]
use std::mem::MaybeUninit;
use std::cell::{Cell, RefCell, UnsafeCell};