We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af96b1d commit 626ae75Copy full SHA for 626ae75
src/libcore/mem/manually_drop.rs
@@ -119,7 +119,7 @@ impl<T: ?Sized> ManuallyDrop<T> {
119
/// This function runs the destructor of the contained value and thus the wrapped value
120
/// now represents uninitialized data. It is up to the user of this method to ensure the
121
/// uninitialized data is not actually used, and that this function is called at most once
122
- /// for a given instance of ManuallyDrop
+ /// for a given instance of `ManuallyDrop<T>`.
123
///
124
/// [`ManuallyDrop::into_inner`]: #method.into_inner
125
#[stable(feature = "manually_drop", since = "1.20.0")]
0 commit comments