Skip to content

Commit dcc30ac

Browse files
authored
Rollup merge of #67715 - petertodd:2019-typo-manuallydrop, r=Centril
Typo fix
2 parents b6244af + e4c0edd commit dcc30ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcore/mem/manually_drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl<T: ?Sized> ManuallyDrop<T> {
121121
/// This function runs the destructor of the contained value and thus the wrapped value
122122
/// now represents uninitialized data. It is up to the user of this method to ensure the
123123
/// uninitialized data is not actually used.
124-
/// In particular, this function can only be called called at most once
124+
/// In particular, this function can only be called at most once
125125
/// for a given instance of `ManuallyDrop<T>`.
126126
///
127127
/// [`ManuallyDrop::into_inner`]: #method.into_inner

0 commit comments

Comments
 (0)