crosvm/cros_async/src
Daniel Verkamp 635f90cd83 cros_async: ignore dead_code warnings for now
Since the call sites for some of these functions are not checked in yet,
add a blanket #![allow(dead_code)] to the relevant files.  These should
be removed as soon as the users are committed to avoid other unused code
slipping through later.

BUG=None
TEST=bin/clippy

Change-Id: Id11ad91542eb7fa60979dae76301a4c9ce0701ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2253067
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2020-06-22 21:10:13 +00:00
..
complete.rs cros_async: remove rustdoc inside macro 2020-04-26 00:15:39 +00:00
executor.rs cros_async: Hide the details of fd_executor 2020-05-07 22:39:10 +00:00
fd_executor.rs cros_async: fd_executor: include UnitFutures for tests 2020-06-17 19:17:23 +00:00
lib.rs cros_async: clarify add_future return value 2020-06-22 21:10:13 +00:00
select.rs cros_async: Add select6 2020-05-01 17:55:47 +00:00
uring_executor.rs cros_async: ignore dead_code warnings for now 2020-06-22 21:10:13 +00:00
uring_mem.rs cros_async: ignore dead_code warnings for now 2020-06-22 21:10:13 +00:00
waker.rs cros_async: add uring_executor 2020-06-17 19:17:21 +00:00