Improve formatting of 'ManuallyDrop'
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
parent
af96b1df1d
commit
626ae7585c
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ impl<T: ?Sized> ManuallyDrop<T> {
|
|||
/// This function runs the destructor of the contained value and thus the wrapped value
|
||||
/// now represents uninitialized data. It is up to the user of this method to ensure the
|
||||
/// uninitialized data is not actually used, and that this function is called at most once
|
||||
/// for a given instance of ManuallyDrop
|
||||
/// for a given instance of `ManuallyDrop<T>`.
|
||||
///
|
||||
/// [`ManuallyDrop::into_inner`]: #method.into_inner
|
||||
#[stable(feature = "manually_drop", since = "1.20.0")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue