Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d365be7 + 71c54db commit ac97474Copy full SHA for ac97474
src/libcore/mem/mod.rs
@@ -129,7 +129,7 @@ pub use crate::intrinsics::transmute;
129
/// erring on the side of (double-)dropping.
130
///
131
/// Also, `ManuallyDrop` prevents us from having to "touch" `v` after transferring the
132
-/// ownership to `s` - the final step of interacting with `v` to dispoe of it without
+/// ownership to `s` — the final step of interacting with `v` to dispose of it without
133
/// running its destructor is entirely avoided.
134
135
/// [drop]: fn.drop.html
0 commit comments