cargo-all-features icon indicating copy to clipboard operation
cargo-all-features copied to clipboard

Clarify behaviour - feature set vs feature list

Open Person-93 opened this issue 3 years ago • 0 comments

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?

Person-93 avatar Nov 29 '21 20:11 Person-93