crosvm/cros_async
Daniel Verkamp 664abe979e cros_async: tokio: replace Vec with slices when possible
Also rename the functions to more closely match the new parameter types.

This fixes a new (Rust 1.77+) clippy warning.

https://rust-lang.github.io/rust-clippy/master/index.html#/ptr_arg

Change-Id: Ic4759714c927fc9ebb41a6b698d70a0fa995fe54
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5467560
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Frederick Mayle <fmayle@google.com>
Reviewed-by: Cody Schuffelen <schuffelen@google.com>
2024-04-22 08:22:40 +00:00
..
src cros_async: tokio: replace Vec with slices when possible 2024-04-22 08:22:40 +00:00
tests
Cargo.toml