prepare for MaybeUninit stabilization
This commit is contained in:
parent
f761450aba
commit
0c85dbf3df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(maybe_uninit, maybe_uninit_ref)]
|
||||
#![feature(maybe_uninit_extra, maybe_uninit_ref)]
|
||||
use std::mem::MaybeUninit;
|
||||
use std::cell::{Cell, RefCell, UnsafeCell};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue