Skip to content

Commit

Permalink
Rollup merge of #67715 - petertodd:2019-typo-manuallydrop, r=Centril
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
JohnTitor authored Dec 30, 2019
2 parents b6244af + e4c0edd commit dcc30ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem/manually_drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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.
/// In particular, this function can only be called called at most once
/// In particular, this function can only be called at most once
/// for a given instance of `ManuallyDrop<T>`.
///
/// [`ManuallyDrop::into_inner`]: #method.into_inner
Expand Down

0 comments on commit dcc30ac

Please sign in to comment.