-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-categoryArea: Categorization of lintsArea: Categorization of lintsC-questionCategory: QuestionsCategory: Questions
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
?
Metadata
Metadata
Assignees
Labels
A-categoryArea: Categorization of lintsArea: Categorization of lintsC-questionCategory: QuestionsCategory: Questions