Replace unneeded unsafe calls to .get() with calls to .get_mut()

This commit is contained in:
Daniel Henry-Mantilla 2020-09-19 21:33:40 +02:00
parent 8169989507
commit 5886c38112
5 changed files with 7 additions and 16 deletions

View file

@ -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)]