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
r? @Alexendoo
rustbot has assigned @Alexendoo. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r? to explicitly pick a reviewer
Alexendoo's a little bit over the top on capacity (32 assigned PRs) I'll shave off his last uncommented PRs.
r? @blyxyas
Updated. Thank you!
@rustbot ready