use_self triggers on code inside macros #9786
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
Summary
the lint
clippy::use_self
will emit a false positive on code generated by a macro which triggers it.Lint Name
use_self
Reproducer
this minimal example:
gives this output:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: