increase comment verbosity

This commit is contained in:
The8472 2020-01-26 20:52:59 +01:00
parent 872ab780c0
commit fa34b39cd6

View file

@ -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,