[significant_drop_tightening] value inside tuple may or may not be recognised as a valid drop. #11189
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
Uh oh!
There was an error while loading. Please reload this page.
Summary
If values are dropped using a tuple in a drop statement, some of the values may not be recognized as being dropped there and the lint will trigger.
Lint Name
significant_drop_tightening
Reproducer
I tried this code:
I saw this happen:
I expected to see this happen:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: