crosvm/gpu_display
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
..
examples gpu_display/wayland: Added keyboard and pointing devices 2021-06-15 03:14:07 +00:00
protocol gpu_display: Add opt wayland ext for sending scanout id 2021-06-30 02:22:14 +00:00
src crosvm: fix needless_borrow clippy warning 2021-08-25 23:02:23 +00:00
build.rs gpu_display: Add opt wayland ext for sending scanout id 2021-06-30 02:22:14 +00:00
Cargo.toml gpu_display/wayland: Switch to the stable version of xdg_shell 2021-05-27 20:03:07 +00:00