We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7355816 commit 7b0906bCopy full SHA for 7b0906b
src/libcore/mem/mod.rs
@@ -808,7 +808,7 @@ pub fn replace<T>(dest: &mut T, mut src: T) -> T {
808
809
/// Disposes of a value.
810
///
811
-/// This does call the argument's implementation of [`Drop`][drop].
+/// This does so by calling the argument's implementation of [`Drop`][drop].
812
813
/// This effectively does nothing for types which implement `Copy`, e.g.
814
/// integers. Such values are copied and _then_ moved into the function, so the
0 commit comments