mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 11:28:35 +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.