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
rustbot
added
the
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
label
Mar 30, 2023
fmease
added
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
and removed
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
labels
Dec 21, 2024
I think it's worth moving the clippy::unnecessary_mut_passed lint into rustc because it's a very basic coding mistake:
See also, for further improvements:
rust-lang/rust-clippy#5546
The text was updated successfully, but these errors were encountered: