crosvm/ci/kokoro
Zach Reizner d09392e37e uprev rust-toolchain and fix clippy warnings
Some judgement calls were made about unnecessary wrapping. Usually they
would get resolved by removing the wrapping or returning a convenient
error, but the ones that returned results for consistency with other
functions were added to the allow list.

The error handling in the usb code had a lot of unit error types which
is now a clippy lint. This was resolved by either removing the result
entirely or returning a convenient error.

The field_reassign_with_default lint is faulty and was added to the list
of supressions. This affected virtio-wayland code.

BUG=b:179277332
TEST=cargo clippy with rustc 1.50+

Change-Id: Ie812cdeaf7c42f4f2b47b1dc87f05a7c87a60f8f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2757510
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Auto-Submit: Zach Reizner <zachr@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2021-03-22 21:41:07 +00:00
..
build-aarch64.sh Kokoro: Extensive polishing and bugfixing 2021-02-10 22:04:43 +00:00
build-x86_64.sh Kokoro: Extensive polishing and bugfixing 2021-02-10 22:04:43 +00:00
common.cfg Kokoro: Extensive polishing and bugfixing 2021-02-10 22:04:43 +00:00
common.sh ci: Upgrade test-vm to debian bullseye 2021-03-10 03:37:00 +00:00
continuous-aarch64.cfg
continuous-x86_64.cfg
manifest.xml uprev rust-toolchain and fix clippy warnings 2021-03-22 21:41:07 +00:00
presubmit-cq-aarch64.cfg Make Kokoro v2 happy with new config 2021-02-06 05:26:04 +00:00
presubmit-cq-x86_64.cfg Make Kokoro v2 happy with new config 2021-02-06 05:26:04 +00:00
presubmit-cr-aarch64.cfg Make Kokoro v2 happy with new config 2021-02-06 05:26:04 +00:00
presubmit-cr-x86_64.cfg Make Kokoro v2 happy with new config 2021-02-06 05:26:04 +00:00
simulate Kokoro: Extensive polishing and bugfixing 2021-02-10 22:04:43 +00:00
simulate_all Kokoro: Extensive polishing and bugfixing 2021-02-10 22:04:43 +00:00
uprev Kokoro: Extensive polishing and bugfixing 2021-02-10 22:04:43 +00:00