Closed
Description
With my recent return to reviewing clippy PRs, I found that it is often hard to categorize lints.
For example, #6086 would warn about something that is likely incorrect, but doesn't warrant a correctness
lint, because it is just a heuristic and could have false positives. For now, we chose style
, but that seems wrong. Perhaps consistency
?