Skip to content

Commit

Permalink
Auto merge of #11155 - hi-rustin:rustin-patch-comment, r=epage
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Sep 28, 2022
2 parents f5fed93 + b15f252 commit 4ffd452
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cargo/core/resolver/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ use std::rc::Rc;
/// The actual discrimination happens with the `FeaturesFor` type.
type PackageFeaturesKey = (PackageId, FeaturesFor);
/// Map of activated features.
///
/// The key is `(PackageId, bool)` where the bool is `true` if these
/// are features for a build dependency or proc-macro.
type ActivateMap = HashMap<PackageFeaturesKey, BTreeSet<InternedString>>;

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

0 comments on commit 4ffd452

Please sign in to comment.