filter_next false positive #7561
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
Lint name:
filter_next
I tried this code:
I expected to see this happen: Clippy doesn't suggest anything
Instead, this happened:
Clippy says this:
There is no find method on
Foo
.Meta
clippy 0.1.56 (ccffcaf 2021-08-11)
The text was updated successfully, but these errors were encountered: