about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-17 22:02:04 +0000
committerbors <bors@rust-lang.org>2021-09-17 22:02:04 +0000
commited7a82ef053de9560b64f8d72de7294d11a9fc59 (patch)
tree3bf9173934b2117b7202ddeee1e7b80f73420fb3 /compiler/rustc_codegen_llvm/src
parentf99b4adb93ec17ad2d31309deb9275f08ff5c506 (diff)
parente2cdaec98437ea317eead6c90336d3462c779608 (diff)
downloadrust-ed7a82ef053de9560b64f8d72de7294d11a9fc59.tar.gz
rust-ed7a82ef053de9560b64f8d72de7294d11a9fc59.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions