Skip to content

Commit

Permalink
Remove outdated comment in example
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 30, 2023
1 parent f964d93 commit d05cca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/unsat_root_message_no_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ impl ReportFormatter<Package, Range<SemanticVersion>> for CustomReportFormatter
let terms_vec: Vec<_> = terms.iter().collect();
match terms_vec.as_slice() {
[] => "version solving failed".into(),
// TODO: special case when that unique package is root.
[(package @ Package::Root, Term::Positive(_))] => {
format!("{package} is forbidden")
}
Expand Down

0 comments on commit d05cca3

Please sign in to comment.