useless_if_let_seq should not warn for composite ifs #1089
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
It warns on:
While this could be rewritten, I'm not sure if it should.
Additionally, we shouldn't use span_suggestion here since the suggestion isn't valid rust code.
The text was updated successfully, but these errors were encountered: