Skip to content

Lint: Multiple inherent impls #414

Open
@llogiq

Description

@llogiq

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintArea: New lintsT-ASTType: Requires working with the ASTgood first issueThese issues are a good way to get started with Clippy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions