mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 10:10:41 +00:00
data_model: Export IoSliceMut as a public type
This type is useful in other places as well. BUG=none TEST=unit tests Change-Id: I38a8db6e82809121ef8ce336ca0e3da80625d60a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2571148 Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Dylan Reid <dgreid@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
parent
6daa9a5a2c
commit
3b18157805
1 changed files with 1 additions and 0 deletions
|
@ -192,3 +192,4 @@ mod flexible_array;
|
|||
pub use flexible_array::{vec_with_array_field, FlexibleArray, FlexibleArrayWrapper};
|
||||
|
||||
mod sys;
|
||||
pub use sys::IoSliceMut;
|
||||
|
|
Loading…
Reference in a new issue