b46033e9ce
Add `needless_pass_by_ref_mut` lint changelog: [`needless_pass_by_ref_mut`]: This PR add a new lint `needless_pass_by_ref_mut` which emits a warning in case a `&mut` function argument isn't used mutably. It doesn't warn on trait and trait impls functions. Fixes #8863. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |