crosvm/bit_field
Daniel Verkamp 166d1ddfbe crosvm: fix needless_borrow clippy warning
Tree-wide cleanup of new clippy warning in Rust 1.54 that warns about
needless borrows:

  error: this expression borrows a reference (`&...`) that is
  immediately dereferenced by the compiler

https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow

BUG=b:197251702
TEST=bin/clippy # with rust-toolchain = 1.54.0

Change-Id: Ib702ec524d4623d264a00ec11dbc2150c411a67b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3108321
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Allen Webb <allenwebb@google.com>
Reviewed-by: Tomasz Jeznach <tjeznach@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2021-08-25 23:02:23 +00:00
..
bit_field_derive crosvm: fix needless_borrow clippy warning 2021-08-25 23:02:23 +00:00
src edition: Remove extern crate lines 2019-04-15 02:06:08 -07:00
tests crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
Cargo.toml edition: Update bit_field and bit_field_derive to 2018 edition 2019-04-07 23:24:29 -07:00