We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3a233 commit ed7b764Copy full SHA for ed7b764
src/lib.rs
@@ -63,6 +63,7 @@ pub trait Interner {
63
.iter()
64
.map(|&id| self.display_solvable(id).to_string())
65
.sorted()
66
+ .unique()
67
.format(" | ");
68
69
let name = self.display_solvable_name(solvables[0]);
0 commit comments