Stabilize unsafe_cell_get_mut

This commit is contained in:
Ellen 2020-11-28 00:30:26 +00:00
parent 774bce7f5e
commit 9db1f42fa2
2 changed files with 1 additions and 4 deletions

View file

@ -320,7 +320,6 @@
#![feature(try_reserve)]
#![feature(unboxed_closures)]
#![feature(unsafe_block_in_unsafe_fn)]
#![feature(unsafe_cell_get_mut)]
#![feature(unsafe_cell_raw_get)]
#![feature(unwind_attributes)]
#![feature(vec_into_raw_parts)]