Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc: Use Vec::into_iter() rather than drain()
This allows removing a `mut` which is nicer. Suggested-by: @jyn514 Signed-off-by: Ian Jackson <[email protected]>
- Loading branch information