Skip to content

Commit 3c255dc

Browse files
committed
more clippy fixes
1 parent c56b4b5 commit 3c255dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/newtype-uuid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ impl<T: TypedUuidKind> Eq for TypedUuid<T> {}
391391
impl<T: TypedUuidKind> PartialOrd for TypedUuid<T> {
392392
#[inline]
393393
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
394-
Some(self.cmp(&other))
394+
Some(self.cmp(other))
395395
}
396396
}
397397

0 commit comments

Comments
 (0)