mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
0997891c54
Fix typo in ManuallyDrop's documentation ```diff - /// A wrapper to inhibit compiler from automatically calling `T`’s destructor. + /// A wrapper to inhibit the compiler from automatically calling `T`’s destructor. ```