mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
e5389a4a34
Remove internal and unstable MaybeUninit::UNINIT. Looks like it is no longer necessary, as `uninit_array()` can be used instead in the few cases where it was needed. (I wanted to just add `#[doc(hidden)]` to remove clutter from the documentation, but looks like it can just be removed entirely.)