while_let_loop false positive #1693
Labels
C-bug
Category: Clippy is not doing the correct thing
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
I-false-positive
Issue: The lint was triggered on code it shouldn't have
T-middle
Type: Probably requires verifiying types
This can't be trivially transformed into
while let
, sincelines.next()
is called unconditionally outside of theif let
statement.The text was updated successfully, but these errors were encountered: