Lint: Multiple inherent impls #414
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
T-AST
Type: Requires working with the AST
We may want to have a lint that checks for multiple inherent impls. Why those are not problematic from a language standpoint, they can split the implementation of a type and make the code harder to navigate.
The hardest part is that the lint needs some storage, namely a set of type names that already had inherent impls, but we already have examples of that.
The text was updated successfully, but these errors were encountered: