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
fix new warnings in very new Swift compilers (#172)
Motivation:
Newer Swift compilers warn about implicitly tupling the payload of an
enum case whilst pattern matching.
Modification:
Stop using implicit tupling.
Result:
No warnings on newer Swift compilers.
0 commit comments