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
Clippy emits:
warning: this `else { if .. }` block can be collapsed
In one instance the nested if statements assist readability, add allow
attribute. For all other instances collapse the blocks with no loss of
clarity.
0 commit comments