rust/clippy_lints
bors afb34eb261 Auto merge of #9096 - Jarcho:needless_borrow_subs, r=Manishearth
Fix `needless_borrow` 9095

fixes #9095
changelog: Don't lint `needless_borrow` on method receivers when it would change which trait impl is called
2022-07-06 21:26:46 +00:00
..
src Auto merge of #9096 - Jarcho:needless_borrow_subs, r=Manishearth 2022-07-06 21:26:46 +00:00
Cargo.toml Bump Clippy version -> 0.1.64 2022-06-30 10:29:22 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.