Skip to content

lint against using a binding whose name is prefixed with an underscore #488

Closed
@oli-obk

Description

@oli-obk

Prefixing an underscore to a binding is done to silence unused warnings. This makes it easy to recognize explicitly unused bindings by their name, and still have a name that tells you something about the binding. In case you start using the binding, you should remove the underscore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: Clippy is not doing the correct thingI-false-positiveIssue: The lint was triggered on code it shouldn't havegood 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