Skip to content

Commit

Permalink
Remove Ord from chalk_ir::interner::Interner::DefId
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill committed Dec 14, 2021
1 parent 977b0a5 commit 664d12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalk-ir/src/interner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub trait Interner: Debug + Copy + Eq + Ord + Hash + Sized {
type InternedVariances: Debug + Clone + Eq + Hash;

/// The core "id" type used for trait-ids and the like.
type DefId: Debug + Copy + Eq + Ord + Hash;
type DefId: Debug + Copy + Eq + Hash;

/// The ID type for ADTs
type InternedAdtId: Debug + Copy + Eq + Ord + Hash;
Expand Down

0 comments on commit 664d12d

Please sign in to comment.