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
Wildcard matches (_ => ...) in match statements are a common source of silent bugs. We can avoid this trap by enabling the lint wildcard_enum_match_arm.
Resolving this issue will entail fixing #1198 as well.
Wildcard matches (
_ => ...) inmatchstatements are a common source of silent bugs. We can avoid this trap by enabling the lintwildcard_enum_match_arm.Resolving this issue will entail fixing #1198 as well.