aboutsummaryrefslogtreecommitdiff
path: root/src/tq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tq.rs')
-rw-r--r--src/tq.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tq.rs b/src/tq.rs
index 0121de5f..26ebbd96 100644
--- a/src/tq.rs
+++ b/src/tq.rs
@@ -176,6 +176,6 @@ where
Mono: Monotonic,
{
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
- Some(self.cmp(&other))
+ Some(self.cmp(other))
}
}