Skip to content

Review just clippy command #549

@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

Labels

area/infrastructureConcerns infrastructure rather than core functionalityhelp-wantedThe issue could use external help.lifecycle/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