rust-clippy
rust-clippy copied to clipboard
Fix `never_loop` forget to remove `break` in suggestion
Closes rust-lang/rust-clippy#15007
Removes the break stmt and the dead code after it when appropriate.
changelog: [never_loop] add to remove break in suggestion