Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: extract complex match block into a variable (clippy suggestion)
Based on this clippy lint: > in a `match` scrutinee, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a `let`
- Loading branch information