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
[SpaceEngine] Don't include redundant cases into "covered" space
There is no reason to include spaces which have already been covered
by some other cases in the `switch` statement, excluding such cases
helps to reduce some of the work done by exhaustiveness checker.
0 commit comments