]> git.lizzy.rs Git - rust.git/commit
Auto merge of #7951 - mikerite:matches-20211109, r=llogiq
authorbors <bors@rust-lang.org>
Tue, 9 Nov 2021 19:28:48 +0000 (19:28 +0000)
committerbors <bors@rust-lang.org>
Tue, 9 Nov 2021 19:28:48 +0000 (19:28 +0000)
commit93f13d532f9846eca9ecc090957e48bbc1e39c1a
treea10b845b5a862611088217e6084585e8b90f75c4
parentf69721f37c372708aeefe57c712ce547688451ff
parent8b7691551acb5f27fe54a6b609f12c88eba78631
Auto merge of #7951 - mikerite:matches-20211109, r=llogiq

`match_overlapping_arm` refactoring

The main purpose of this pull request is to remove the unneeded and scary `unimplented!()` in the `match_arm_overlapping` code.

The rest is gratuitous refactoring.

changelog: none
clippy_lints/src/matches.rs