Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fa34b39

Browse files
committed
increase comment verbosity
1 parent 872ab78 commit fa34b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/alloc/src/vec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,8 +2164,8 @@ where
21642164
}
21652165
}
21662166

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

0 commit comments

Comments
 (0)