crosvm/bit_field
Daniel Verkamp 57b5eca182 bit_field: suppress clippy cast warnings
Otherwise, if the templated type is u64, clippy emits some warnings:

  error: casting to the same type is unnecessary (`u64` -> `u64`)
  --> devices/src/usb/xhci/xhci_abi.rs:103:23

BUG=b:276487055
TEST=tools/clippy # with rust 1.68

Change-Id: Ib53b74f006b8945bc2a73c4e71e4141380877f9f
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4412658
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-04-10 23:41:28 +00:00
..
bit_field_derive bit_field: suppress clippy cast warnings 2023-04-10 23:41:28 +00:00
src Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
tests crosvm: Uprev rust toolchain and dev container 2023-02-08 20:26:30 +00:00
Cargo.toml Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00