Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e452e3d

Browse files
committed
Use match instead of sequence of if lets
This is much more readable and idiomatic, and also may help performance since `match`es usually use switches while `if`s may not. I also fixed an incorrect comment.
1 parent 4e348fa commit e452e3d

File tree

1 file changed

+243
-234
lines changed

1 file changed

+243
-234
lines changed

0 commit comments

Comments
 (0)