You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @marco-c, curious about any performance or stylistic improvements for doing this. My understanding of if-let's are primarily for handling a single match pattern and ignoring the rest. As I look through the codebase, most comparisons seem to have two match patterns, e.g. in lib.rs:
Is this just the preferred syntax now, or are there performance improvements? Happy to start contributing to this project with this (feel free to assign to me), just wondering to get feedback on any technical improvements I don't know about or if this was just stylistic preference.
rust-lang/rust#53667
The text was updated successfully, but these errors were encountered: