Skip to content

clippy::unused_label has overlap with unused_labels #4925

Closed
@Lokathor

Description

@Lokathor

If there is an unused label in the code, you have to allow both the rustc lint, unused_labels, as well as the clippy lint of nearly the same name: clippy::unused_label.

The clippy::unused_label should be moved to allow by default during the deprecation period since rustc is covering the same thing now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions