rust/clippy_lints
bors ed7a82ef05 Auto merge of #7653 - lengyijun:same_name_method_crate, r=llogiq
New lint: `same_name_method`

changelog: ``[`same_name_method`]``
fix: https://github.com/rust-lang/rust-clippy/issues/7632

It only compares a method in `impl` with another in `impl trait for`
It doesn't lint two methods in two traits.

I'm not sure my approach is the best way. I meet difficulty in other approaches.
2021-09-17 22:02:04 +00:00
..
src Auto merge of #7653 - lengyijun:same_name_method_crate, r=llogiq 2021-09-17 22:02:04 +00:00
Cargo.toml Bump Clippy Version -> 0.1.57 2021-09-08 10:59:04 +02:00
README.md

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