Closed
Description
Some integration tests use virtual workspace will not be tested by clippy:
Error from integration test of future-rs:
$ cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy::pedantic -W clippy::nursery
error: --all-features is not allowed in the root of a virtual workspace
What should we do with it?
- Drop the --all-features flag?
- Specify a MANIFEST_PATH env for each crate has virtual workspace and pass it to each cargo clippy invocation?