Replace addr_of_mut!
with &raw mut
and remove unsafe
(Rust 1.82)
#1346
Labels
good first issue
Good for newcomers
low priority
Issues that we would like to address at some point in the future
safety/correctness
Rust 1.82 will stabilize
&raw mut
finally, and also make the dereference in&raw mut (*ptr).field
safe, so we can now make that safe and remove theunsafe
block.The text was updated successfully, but these errors were encountered: