Skip to content

Review just clippy command #549

Open
@simongdavies

Description

@simongdavies

When we run just clippy we run the command cargo clippy --all-targets --all-features --profile=dev -- -D warnings which results in the equivalent of --features "fuzzing,gdb,kvm,mshv" being passed to cargo clippy.

This means that certain issues can be missed (see #548) when running clippy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/infrastructureConcerns infrastructure rather than core functionalitylifecycle/confirmedBug is verified or proposal seems reasonable

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions