-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-infraArea: CI issues and issues that require full access for GitHub/CIArea: CI issues and issues that require full access for GitHub/CI
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?
Metadata
Metadata
Assignees
Labels
A-infraArea: CI issues and issues that require full access for GitHub/CIArea: CI issues and issues that require full access for GitHub/CI