We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fed93 commit b15f252Copy full SHA for b15f252
src/cargo/core/resolver/features.rs
@@ -45,9 +45,6 @@ use std::rc::Rc;
45
/// The actual discrimination happens with the `FeaturesFor` type.
46
type PackageFeaturesKey = (PackageId, FeaturesFor);
47
/// Map of activated features.
48
-///
49
-/// The key is `(PackageId, bool)` where the bool is `true` if these
50
-/// are features for a build dependency or proc-macro.
51
type ActivateMap = HashMap<PackageFeaturesKey, BTreeSet<InternedString>>;
52
53
/// Set of all activated features for all packages in the resolve graph.
0 commit comments