mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
d05ddf5647
replace addr_of_mut with &raw mut in maybeuninit docs In the docs for `addr_of_mut` it says that the macro is "soft-deprecated" so maybe the std docs should stop recommending it. I searched for other places where this is used, but didn't find any in public stable documentation.