]> git.lizzy.rs Git - rust.git/commit
Auto merge of #10056 - koka831:fix/9993, r=Jarcho
authorbors <bors@rust-lang.org>
Thu, 22 Dec 2022 14:54:50 +0000 (14:54 +0000)
committerbors <bors@rust-lang.org>
Thu, 22 Dec 2022 14:54:50 +0000 (14:54 +0000)
commit8a6e6fd623a896a37c1d6defed56b7d98273d4fa
tree9a113d61593b81eef00c09bcb7690d744a5b2c28
parentf0d331ab36969b129648c8307622bbd746016feb
parentebb0759bb3a9341ff662551366efb1844c91d3ca
Auto merge of #10056 - koka831:fix/9993, r=Jarcho

Avoid `match_wildcard_for_single_variants` on guarded wild matches

fix #9993

changelog: FP: [`match_wildcard_for_single_variants`]: No longer lints on wildcards with a guard
[#10056](https://github.com/rust-lang/rust-clippy/pull/10056)
<!-- changelog_checked -->

r? `@Jarcho`