mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
195724b002
must_use attribute clearly was meant to be set on future struct type since futures need to be polled to do anything. It was never meant to apply to invocation of paste macro Also, today any implementor of `Future` trait gets that attribute by default anyway BUG=n/a TEST=cargo check Change-Id: I60db1aa2bc7c8d6130cc1579641ae815c9cb738e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3425184 Reviewed-by: Anton Romanov <romanton@google.com> Auto-Submit: Anton Romanov <romanton@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> |
||
---|---|---|
.. | ||
assertions | ||
audio_streams | ||
balloon_control | ||
base | ||
cros-fuzz | ||
cros_async | ||
cros_asyncv2 | ||
data_model | ||
io_uring | ||
p9 | ||
sync | ||
sys_util | ||
README.md |
Crosvm General Purpose Libraries
The crates in this folder are general purpose libraries used by other projects in ChromeOS as well.
To make them accessible independendly of crosvm, each of these crates is excluded from the crosvm workspace.