Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
psionic-k committed Jan 13, 2024
1 parent c6f3305 commit 4242963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ fn mark_required(
for id in resolved_no_features.iter() {
let rpkg = rpkgs_by_id.get_mut(&id).unwrap();
for feature in resolved_no_features.features(id).iter() {
// unwrap doen't fail because it's from resolved_all_features
// unwrap doesn't fail because it's from resolved_all_features
*(rpkg.features.get_mut(feature.as_str()).unwrap()) = Optionality::Required;
}

Expand Down

0 comments on commit 4242963

Please sign in to comment.