Skip to content

Commit cb1e147

Browse files
committed
Remove Ord from IdAliasStore generic
1 parent a441bfd commit cb1e147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-solve/src/display/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ enum UnifiedId<I: Interner> {
4343
}
4444

4545
#[derive(Debug)]
46-
pub struct IdAliasStore<T: Ord> {
46+
pub struct IdAliasStore<T> {
4747
/// Map from the DefIds we've encountered to a u32 alias id unique to all ids
4848
/// the same name.
4949
aliases: BTreeMap<T, u32>,

0 commit comments

Comments
 (0)