Skip to content

Commit aea10ca

Browse files
committed
Auto merge of #1961 - ojeda:spurious-maybe_uninit_extra, r=oli-obk
Remove spurious `maybe_uninit_extra` Signed-off-by: Miguel Ojeda <[email protected]>
2 parents deb9bfd + 922962f commit aea10ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-pass/stacked-borrows/interior_mutability.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(maybe_uninit_extra)]
21
use std::mem::MaybeUninit;
32
use std::cell::{Cell, RefCell, UnsafeCell};
43

0 commit comments

Comments
 (0)