Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0310489

Browse files
committed
clippy
1 parent af8d184 commit 0310489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ impl DInt64 {
307307
return self.clone();
308308
}
309309

310-
match self.cmp(&other) {
310+
match self.cmp(other) {
311311
Ordering::Equal => {
312312
if (self.sign ^ other.sign) != 0 {
313313
return DInt64::ZERO;

0 commit comments

Comments
 (0)