Skip to content

Enable Rust lint to prohibit wildcard matches #1208

@epatters

Description

@epatters

Wildcard matches (_ => ...) in match statements are a common source of silent bugs. We can avoid this trap by enabling the lint wildcard_enum_match_arm.

Resolving this issue will entail fixing #1198 as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreRust core for categorical logic and general computationtidyingRefactoring or just improving code; no change in behaviour

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions