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
..
2021-09-07 05:50:04 +02:00
2021-09-07 05:50:04 +02:00
2021-08-31 08:56:53 +02:00
2021-08-14 19:49:45 -04:00
2021-08-14 19:49:45 -04:00
2021-08-14 19:49:45 -04:00
2021-09-09 17:10:59 -05:00
2021-09-09 17:10:59 -05:00
2021-09-09 17:10:59 -05:00
2021-09-05 01:25:59 +04:30
2021-09-05 01:25:59 +04:30
2021-09-05 01:25:59 +04:30
2021-09-14 09:20:27 +08:00
2021-09-14 09:20:27 +08:00
2021-09-16 16:52:57 +08:00