We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6244af + e4c0edd commit dcc30acCopy full SHA for dcc30ac
src/libcore/mem/manually_drop.rs
@@ -121,7 +121,7 @@ impl<T: ?Sized> ManuallyDrop<T> {
121
/// This function runs the destructor of the contained value and thus the wrapped value
122
/// now represents uninitialized data. It is up to the user of this method to ensure the
123
/// uninitialized data is not actually used.
124
- /// In particular, this function can only be called called at most once
+ /// In particular, this function can only be called at most once
125
/// for a given instance of `ManuallyDrop<T>`.
126
///
127
/// [`ManuallyDrop::into_inner`]: #method.into_inner
0 commit comments