This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, a new iterator was created every time in the match arms out of the original line. With this change, the iterator is assigned to a variable, so that it can be used both in the `match` and later in the match arms.
- Loading branch information