From: bors Date: Thu, 30 Jun 2022 16:24:03 +0000 (+0000) Subject: Auto merge of #9074 - daxpedda:equatable-if-let-external-macro, r=Manishearth X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d7e5dab6c38aa0dc8aa93dd56734b3ba6e32063f;hp=d7e5dab6c38aa0dc8aa93dd56734b3ba6e32063f;p=rust.git Auto merge of #9074 - daxpedda:equatable-if-let-external-macro, r=Manishearth 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 ---