cargo-all-features
cargo-all-features copied to clipboard
Clarify behaviour - feature set vs feature list
Most places use a feature list but refer to it as a set. (When I was refactoring, I kept the list behaviour and called it FeatureList
.) However, the deny list uses a set. My intuition is that using a set is the correct behaviour as there's never any reason to include the same feature twice. Is this correct?