1
Fork 0

add UnsafeCell::from_mut

This commit is contained in:
JoJoJet 2023-05-16 15:36:05 -04:00
parent b652d9a0fd
commit ffacb8861a
2 changed files with 22 additions and 0 deletions

View file

@ -1583,6 +1583,7 @@ symbols! {
unrestricted_attribute_tokens,
unsafe_block_in_unsafe_fn,
unsafe_cell,
unsafe_cell_from_mut,
unsafe_no_drop_flag,
unsafe_pin_internals,
unsize,