Skip to content

Commit 1356f6d

Browse files
committed
Rm Ord from ChalkIr
1 parent 8727138 commit 1356f6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chalk-integration/src/interner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl Debug for ChalkFnAbi {
5252

5353
/// The default "interner" and the only interner used by chalk
5454
/// itself. In this interner, no interning actually occurs.
55-
#[derive(Debug, Copy, Clone, Hash, PartialOrd, Ord, PartialEq, Eq)]
55+
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
5656
pub struct ChalkIr;
5757

5858
impl Interner for ChalkIr {

0 commit comments

Comments
 (0)