rust-clippy/clippy_lints
bors fff8e78f6d Auto merge of #8298 - ebobrow:op_ref_fp, r=giraffate
fix op_ref false positive

fixes #7572

changelog: `op_ref` don't lint for unnecessary reference in BinOp impl if removing the reference will lead to unconditional recursion
2022-01-18 00:12:42 +00:00
..
src Auto merge of #8298 - ebobrow:op_ref_fp, r=giraffate 2022-01-18 00:12:42 +00:00
Cargo.toml Bump Clippy Version -> 0.1.60 2022-01-13 12:48:08 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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