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 has some warnings for us. For some of them, fixing the code
improves things. For others, making clippy happy would make the code
worse (or in one case, even break compilation [1]). Let's fix the
ones worth fixing, and for the others, let's tell clippy to ignore
them.
[1] rust-lang/rust-clippy#3807
0 commit comments