Lint for loops that will never run more than once #1290
Labels
A-lint
Area: New lints
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
L-unnecessary
Lint: Warn about unnecessary code
T-middle
Type: Probably requires verifiying types
Clippy should warn about
loop { return; }
.The text was updated successfully, but these errors were encountered: