iter_without_into_iter
fires on code generated by macros from other crates
#12037
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
T-macros
Type: Issues with macros and macro expansion
Summary
iter_without_into_iter
fires on external macros.Lint Name
iter_without_into_iter
Reproducer
I tried this code with bitflags version 2.3.2 (note that later versions may not reproduce the lint):
I saw this happen:
I expected to see this happen: No warning, because this is not code I can change.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: