mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
d9cd4a33f5
rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit
References #63568
Rework with comments addressed from #66174
Have replaced most of the occurrences I've found, hopefully didn't miss out anything
r? @RalfJung
(thanks @danielhenrymantilla for the initial work on this)