False-positive explicit_deref_methods
on method chains
#14593
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
Lint
explicit_deref_methods
should not warn in case of method chains.Lint Name
explicit_deref_methods
Reproducer
Consider code:
It gives warning:
However according to lint description in case of method chains there should be no warning:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: