Be able to enable --features
/ --all-features
/ --no-default-features
#100
Labels
--features
/ --all-features
/ --no-default-features
#100
Would it be possible to add support for the Cargo
--features
/--all-features
/--no-default-features
options? Pipe them through to the underlying Cargo invocation.We have multiple crates where we are both interested in the public API with
--all-features
enabled and also some where one wants to check for specific--features
.For example our
puffin
crate has a mutually exclusive features (not ideal) and fails to analyse:The text was updated successfully, but these errors were encountered: