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 match arms are combined with |, the combined arm is not seen by llvm-cov as having multiple branches. Note that clippy will flag them when not combined if they can be combined.
The text was updated successfully, but these errors were encountered:
When match arms are combined with
|
, the combined arm is not seen by llvm-cov as having multiple branches. Note that clippy will flag them when not combined if they can be combined.The text was updated successfully, but these errors were encountered: