summaryrefslogtreecommitdiff
path: root/libs/ultrahdr/jpegencoderhelper.cpp
diff options
context:
space:
mode:
author Charisee Chiw <chiw@google.com> 2023-10-12 16:02:39 -0700
committer Charisee Chiw <chiw@google.com> 2023-10-18 16:28:02 +0000
commitad1b27ce5a5b38e43f541283681da845d058160f (patch)
tree49f44178d9795e38e0aea99f6ca40fbb810d57df /libs/ultrahdr/jpegencoderhelper.cpp
parent9160050592c5ce8936e875d11c091835d101a62a (diff)
Update needed for Rust v1.73.0
error: incorrect implementation of `partial_cmp` on an `Ord` type --> frameworks/native/libs/binder/rust/src/binder.rs:437:1 | 437 | / impl<I: FromIBinder + ?Sized> PartialOrd for Strong<I> { 438 | | fn partial_cmp(&self, other: &Self) -> Option<Ordering> { | | _____________________________________________________________- 439 | || self.0.as_binder().partial_cmp(&other.0.as_binder()) 440 | || } | ||_____- help: change this to: `{ Some(self.cmp(other)) }` 441 | | } | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_partial_ord_impl_on_ord_type = note: `#[deny(clippy::incorrect_partial_ord_impl_on_ord_type)]` on by default Bug: 303252546 Test: ./test_compiler.py --prebuilt-path dist/rust-dev.tar.xz --target aosp_cf_x86_64_phone --image Change-Id: Ied87ef07475b0ed8e430b622be68b211d58ef89f
Diffstat (limited to 'libs/ultrahdr/jpegencoderhelper.cpp')
0 files changed, 0 insertions, 0 deletions