Stabilize UnsafeCell::raw_get()

This commit is contained in:
inquisitivecrystal 2021-08-31 14:44:13 -07:00
parent 0a84708edc
commit 753dac16ab
2 changed files with 2 additions and 4 deletions

View file

@ -331,7 +331,6 @@
#![feature(try_reserve)]
#![feature(try_reserve_kind)]
#![feature(unboxed_closures)]
#![feature(unsafe_cell_raw_get)]
#![feature(unwrap_infallible)]
#![feature(vec_into_raw_parts)]
#![feature(vec_spare_capacity)]