Change request for Rust v1.70.0

error: redundant clone
   --> external/uwb/src/rust/uwb_core/src/uci/notification.rs:486:79
    |
486 |         let extended_ranging_measurements_copy = extended_ranging_measurements.clone();
    |                                                                               ^^^^^^^^ help: remove this
    |
note: cloned value is neither consumed nor mutated
   --> external/uwb/src/rust/uwb_core/src/uci/notification.rs:486:50
    |
486 |         let extended_ranging_measurements_copy = extended_ranging_measurements.clone();
    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
    = note: `-D clippy::redundant-clone` implied by `-D warnings`

error: aborting due to previous error

Test: ./toolchain/android_rust/test_compiler.py --prebuilt-path dist/rust-dev.tar.gz --target aosp_cf_x86_64_phone
Bug: 285036397
Change-Id: I35a023aa48cd8e4fb89f918e1124101601542004
1 file changed
tree: 1cc6922d936b2aee55c793db1729b8e0af0c422f
  1. src/
  2. .gitignore
  3. Android.bp
  4. DIR_METADATA
  5. METADATA
  6. MODULE_LICENSE_APACHE2
  7. NOTICE
  8. OWNERS
  9. OWNERS_chromeos
  10. PREUPLOAD.cfg