mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-24 19:12:00 +00:00
In `Vec`, two doc tests are using `MaybeUninit::write` , stabilized in 1.55. This makes docs' usage of `maybe_uninit_extra` feature unnecessary.