Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
Iterator::all
instead of open-coding it
Shorter code and by initializing to the final value directly, the variable doesn't need to be mut.
- Loading branch information