diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-12-25 13:17:16 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-12-25 13:17:16 +0100 |
| commit | c297b4ee8d619d903b1b1673e47a8df25637d01b (patch) | |
| tree | 8845460c0caa37e4d60b60c09c0ca5a3fdcc5df4 /src/tq.rs | |
| parent | c78177c37e3192c7a41a3ea8e7c139751c1a8989 (diff) | |
Clippy lints
Diffstat (limited to 'src/tq.rs')
| -rw-r--r-- | src/tq.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,6 +176,6 @@ where Mono: Monotonic, { fn partial_cmp(&self, other: &Self) -> Option<Ordering> { - Some(self.cmp(&other)) + Some(self.cmp(other)) } } |
