bin/clippy: temporarily ignore warnings from external crates

These need to be resolved in repositories outside crosvm, so add them to
the ignored list for now.

BUG=None
TEST=bin/clippy

Change-Id: I75b20ff2c84bfc72cd7d3c4421428a82600e6778
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2864371
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2021-04-30 13:56:41 -07:00 committed by Commit Bot
parent 18750c09df
commit 34050dc2e1

View file

@ -53,6 +53,9 @@ SUPPRESS=(
unneeded_field_pattern unneeded_field_pattern
useless_format useless_format
wrong_self_convention wrong_self_convention
# To be fixed in external libraries
upper_case_acronyms
from_over_into
# False positives affecting WlVfd @ `devices/src/virtio/wl.rs`. # False positives affecting WlVfd @ `devices/src/virtio/wl.rs`.
# Bug: https://github.com/rust-lang/rust-clippy/issues/6312 # Bug: https://github.com/rust-lang/rust-clippy/issues/6312