Skip to content

Commit

Permalink
make the versions printed in the merge solvables unique (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami authored Jan 30, 2025
1 parent 9a3a233 commit ed7b764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pub trait Interner {
.iter()
.map(|&id| self.display_solvable(id).to_string())
.sorted()
.unique()
.format(" | ");

let name = self.display_solvable_name(solvables[0]);
Expand Down

0 comments on commit ed7b764

Please sign in to comment.