mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-01 06:55:29 +00:00
MaybeUninit::write: fix doc # Fix doc for `MaybeUninit::write` The documentation refers to the way `MaybeUninit` stores data internally. The property of not dropping content on context exit is the responsibility of `ManuallyDrop`.