]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #9074 - daxpedda:equatable-if-let-external-macro, r=Manishearth
authorbors <bors@rust-lang.org>
Thu, 30 Jun 2022 16:24:03 +0000 (16:24 +0000)
committerbors <bors@rust-lang.org>
Thu, 30 Jun 2022 16:24:03 +0000 (16:24 +0000)
Fix false-positive in `equatable_if_let`

Was linting in external macros. I guess now that I know about https://github.com/rust-lang/rust-clippy/pull/8694 it seems all kinda pointless until we resolve that.

Nevertheless, it's an improvement.

Fixes #9066.

changelog:`equatable_if_let` No longer lint on macros


No differences found