Skip to content

Commit 0576929

Browse files
committed
increase comment verbosity
1 parent 089c9c8 commit 0576929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/liballoc/vec.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2058,8 +2058,8 @@ where
20582058
}
20592059
}
20602060

2061-
// A helper struct for in-place iteration that drops the destination slice of iteration.
2062-
// The source slice is dropped by IntoIter
2061+
// A helper struct for in-place iteration that drops the destination slice of iteration,
2062+
// i.e. the head. The source slice (the tail) is dropped by IntoIter.
20632063
struct InPlaceDrop<T> {
20642064
inner: *mut T,
20652065
dst: *mut T,

0 commit comments

Comments
 (0)