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
I run clippy from the command line, and it would be very nice to be able to set all lints to deny and then whitelist lints by setting them to warn or allow as necessary:
# set all lints to deny, but allow bad_bit_mask clippy --default deny --allow bad_bit_mask
sanmai-NL, hayd, soenkehahn, schneiderfelipe and palapapa