mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
c07cbb9ea6
Rework `branches_sharing_code` fixes #7378 This changes the lint from checking pairs of blocks, to checking all the blocks at the same time. As such there's almost none of the original code left. changelog: Don't lint `branches_sharing_code` when using different binding names