Replace unneeded unsafe
calls to .get()
with calls to .get_mut()
This commit is contained in:
parent
8169989507
commit
5886c38112
5 changed files with 7 additions and 16 deletions
|
@ -315,6 +315,7 @@
|
|||
#![feature(try_reserve)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unsafe_block_in_unsafe_fn)]
|
||||
#![feature(unsafe_cell_get_mut)]
|
||||
#![feature(unsafe_cell_raw_get)]
|
||||
#![feature(untagged_unions)]
|
||||
#![feature(unwind_attributes)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue