mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-08 19:33:07 +00:00
Remove needless_return clippy suppression
BUG=b:157245930, crbug:908640 TEST=cargo clippy -> no warnings, CQ -> build succeeds Change-Id: Ia61af5ff4f9ca55225a75552ed5523d778d66b73 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4018394 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Clarissa Garvey <clarissagarvey@chromium.org>
This commit is contained in:
parent
0292091f52
commit
74c81424a1
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
[target.'cfg(all())']
|
||||
rustflags = [
|
||||
# TODO(crbug/908640): To be resolved.
|
||||
"-Aclippy::needless_return",
|
||||
"-Aclippy::missing_safety_doc", # 26 errors
|
||||
|
||||
# We don't care about these lints. Okay to remain suppressed globally.
|
||||
|
|
Loading…
Reference in a new issue