mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
8a827c77e3
Document subtleties of `ManuallyDrop` After seeing #130140 and #130141, I figured that `ManuallyDrop` needs documentation explaining its subtleties, hence this PR. See also https://github.com/rust-lang/unsafe-code-guidelines/issues/245