We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6a263 commit 1b8796fCopy full SHA for 1b8796f
src/ecdsa/serialized_signature.rs
@@ -54,7 +54,7 @@ impl PartialEq<SerializedSignature> for [u8] {
54
55
impl PartialOrd for SerializedSignature {
56
fn partial_cmp(&self, other: &SerializedSignature) -> Option<core::cmp::Ordering> {
57
- Some((**self).cmp(&**other))
+ Some(self.cmp(other))
58
}
59
60
0 commit comments