rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Fix `never_loop` forget to remove `break` in suggestion

Open profetia opened this issue 4 months ago • 1 comments

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

profetia avatar Jun 16 '25 16:06 profetia