mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
increase comment verbosity
This commit is contained in:
parent
872ab780c0
commit
fa34b39cd6
@ -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…
Reference in New Issue
Block a user