Skip to content

Enable used_underscore_binding clippy lint #14649

Closed
@findepi

Description

@findepi

_var is a convention to indicate unused variables or unused struct members.
As such, these members should indeed not be used.

used_underscore_binding clippy lint seems to be enforcing that. let's enable it in the workspace

[workspace.lints.clippy]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions