We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1d947 commit 781d737Copy full SHA for 781d737
library/core/src/mem/manually_drop.rs
@@ -1,7 +1,7 @@
1
use crate::ops::{Deref, DerefMut, DerefPure};
2
use crate::ptr;
3
4
-/// A wrapper to inhibit compiler from automatically calling `T`’s destructor.
+/// A wrapper to inhibit the compiler from automatically calling `T`’s destructor.
5
/// This wrapper is 0-cost.
6
///
7
/// `ManuallyDrop<T>` is guaranteed to have the same layout and bit validity as
0 commit comments