ignored-unit-patterns shouldn't look inside macro invocations #11601
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
I'm getting CI failures on a project that uses Deku because it trips the
ignored-unit-patterns
lint inside theDekuRead
andDekuWrite
derive macros (such as in this run). It doesn't seem useful for this lint to fire on code I can't control.Lint Name
ignored-unit-patterns
Reproducer
No response
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: