Skip to content

Commit 7145b92

Browse files
committed
Auto merge of #11155 - hi-rustin:rustin-patch-comment, r=epage
Remove outdated comments ### What does this PR try to resolve? I found an outdated comment when I was reading the code. So I removed it.
2 parents f5fed93 + b15f252 commit 7145b92

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)