mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
89524d0f8e
BTreeMap: clean up access to MaybeUninit arrays Stop exposing and using immutable access to `MaybeUninit` slices when we need and have exclusive access to the tree. r? `@Mark-Simulacrum`