Skip to content

Commit b15f252

Browse files
committed
Remove outdated comments
Signed-off-by: hi-rustin <[email protected]>
1 parent f5fed93 commit b15f252

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cargo/core/resolver/features.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ use std::rc::Rc;
4545
/// The actual discrimination happens with the `FeaturesFor` type.
4646
type PackageFeaturesKey = (PackageId, FeaturesFor);
4747
/// 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.
5148
type ActivateMap = HashMap<PackageFeaturesKey, BTreeSet<InternedString>>;
5249

5350
/// Set of all activated features for all packages in the resolve graph.

0 commit comments

Comments
 (0)