Closed thomasheartman closed 8 months ago
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
match
let
Should fix CI for #80.
Based on this clippy lint:
Should fix CI for #80.