Skip to content

Conversation

ChayimFriedman2
Copy link
Contributor

.unwrap() is not a good sign (and optimizes poorly, though I didn't check this example specifically). if let is more appropriate here (though match will do too).

`.unwrap()` is not a good sign (and optimizes poorly, though I didn't check this example specifically). `if let` is more appropriate here (though `match` will do too).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant