You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy::pedantic -W clippy::nurseryerror: --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?
The text was updated successfully, but these errors were encountered:
Some integration tests use virtual workspace will not be tested by clippy:
Error from integration test of future-rs:
What should we do with it?
The text was updated successfully, but these errors were encountered: