mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 21:47:16 +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.