Skip to content

Commit 626ae75

Browse files
Aaron1011Centril
andauthored
Improve formatting of 'ManuallyDrop'
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent af96b1d commit 626ae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem/manually_drop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl<T: ?Sized> ManuallyDrop<T> {
119119
/// This function runs the destructor of the contained value and thus the wrapped value
120120
/// now represents uninitialized data. It is up to the user of this method to ensure the
121121
/// uninitialized data is not actually used, and that this function is called at most once
122-
/// for a given instance of ManuallyDrop
122+
/// for a given instance of `ManuallyDrop<T>`.
123123
///
124124
/// [`ManuallyDrop::into_inner`]: #method.into_inner
125125
#[stable(feature = "manually_drop", since = "1.20.0")]

0 commit comments

Comments
 (0)