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.
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.