mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
Before this CL, there were several places with suppressed clippy warnings about needless_return statements following the same pattern of spawning a worker thread in a match statement. After this CL, those places have had the work refactored out of the match statement such that there is no needless_return triggered by the code, but it does the same thing. BUG=chromium:908640, b:157245930 TEST=cargo clippy with needless_return suppression removed Change-Id: Idfa4a16597d973ef840a031990c01640c4a8252d Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4014833 Commit-Queue: Clarissa Garvey <clarissagarvey@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
src | ||
tests/irqchip | ||
Cargo.toml |