We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c088cb + e25c3e2 commit f22c03fCopy full SHA for f22c03f
src/libcore/ptr.rs
@@ -1162,8 +1162,8 @@ impl<T: ?Sized> *const T {
1162
///
1163
/// Care must be taken with the ownership of `self` and `dest`.
1164
/// This method semantically moves the values of `self` into `dest`.
1165
- /// However it does not drop the contents of `self`, or prevent the contents
1166
- /// of `dest` from being dropped or used.
+ /// However it does not drop the contents of `dest`, or prevent the contents
+ /// of `self` from being dropped or used.
1167
1168
/// # Examples
1169
0 commit comments