Closed MoritzKn closed 6 years ago
This really is a minor refactor but I came a cross it while looking through the code and thought I may as well just submit it.
What Refactor to use while-let syntax instead of a manuell check and assignment
Why
item()
.unwrap()
Thanks!
This really is a minor refactor but I came a cross it while looking through the code and thought I may as well just submit it.
What Refactor to use while-let syntax instead of a manuell check and assignment
Why
item()
calls with just one.unwrap()
call