Loading libs/binder/rust/src/proxy.rs +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ impl PartialOrd for SpIBinder { impl PartialEq for SpIBinder { fn eq(&self, other: &Self) -> bool { ptr::eq(self.0.as_ptr(), other.0.as_ptr()) self.cmp(other) == Ordering::Equal } } Loading Loading
libs/binder/rust/src/proxy.rs +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ impl PartialOrd for SpIBinder { impl PartialEq for SpIBinder { fn eq(&self, other: &Self) -> bool { ptr::eq(self.0.as_ptr(), other.0.as_ptr()) self.cmp(other) == Ordering::Equal } } Loading