rust/tests
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
..
cargo Use relative path for test builds 2021-09-08 14:07:03 -05:00
ui Auto merge of #7653 - lengyijun:same_name_method_crate, r=llogiq 2021-09-17 22:02:04 +00:00
ui-cargo Auto merge of #7543 - DevinR528:disallowed-mod, r=Manishearth 2021-08-25 15:20:28 +00:00
ui-internal Merge commit '0cce3f643b' into clippyup 2021-07-29 12:16:06 +02:00
ui-toml Downgrade many_single_char_names to pedantic 2021-09-14 09:59:06 -07:00
clippy.toml Merge commit '3ae8faff4d' into clippyup 2021-06-03 08:41:37 +02:00
compile-test.rs Rename test_build_base to test 2021-09-08 14:07:03 -05:00
dogfood.rs Remove special dogfood target 2021-09-08 14:07:03 -05:00
fmt.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
integration.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
lint_message_convention.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
missing-test-files.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
versioncheck.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00