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.
1 parent 089c9c8 commit 0576929Copy full SHA for 0576929
src/liballoc/vec.rs
@@ -2058,8 +2058,8 @@ where
2058
}
2059
2060
2061
-// A helper struct for in-place iteration that drops the destination slice of iteration.
2062
-// The source slice is dropped by IntoIter
+// A helper struct for in-place iteration that drops the destination slice of iteration,
+// i.e. the head. The source slice (the tail) is dropped by IntoIter.
2063
struct InPlaceDrop<T> {
2064
inner: *mut T,
2065
dst: *mut T,
0 commit comments