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
When compiling for Android, the linter will warn about unreachable
branches such as the `(b"Linux", b"i686")` one, since it's already
covered by the `(_, b"i686")` case.
0 commit comments