mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 14:56:10 +00:00
[`never_loop`]: Fix FP with let..else statements. Fixes #9356 This has been bugging me for a while, so I thought I'd take a stab at it! I'm completely uncertain about the quality of my code, but I think it's an alright start, so opening this PR to get some feedback from more experienced clippy people :) changelog: [`never_loop`]: Fix FP with let..else statements