Skip to content

clippy::used_underscore_binding #1263

@whatisaphone

Description

@whatisaphone

The query! macro can trigger clippy::used_underscore_binding due to this variable which is used a few lines later (clippy doesn't care about the if false {}). It could be fixed by renaming _expr to expr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions