increase comment verbosity
This commit is contained in:
parent
872ab780c0
commit
fa34b39cd6
1 changed files with 2 additions and 2 deletions
|
@ -2164,8 +2164,8 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
// A helper struct for in-place iteration that drops the destination slice of iteration.
|
||||
// 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.
|
||||
struct InPlaceDrop<T> {
|
||||
inner: *mut T,
|
||||
dst: *mut T,
|
||||
|
|
Loading…
Add table
Reference in a new issue