Skip to content

Commit a441bfd

Browse files
committed
Remove Ord/PartialOrd from chalk_solve::display::state::UnifiedId
1 parent 664d12d commit a441bfd

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
@@ -36,7 +36,7 @@ impl Display for InvertedBoundVar {
3636
}
3737
}
3838

39-
#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]
39+
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
4040
enum UnifiedId<I: Interner> {
4141
AdtId(I::InternedAdtId),
4242
DefId(I::DefId),

0 commit comments

Comments
 (0)