crosvm/usb_util/src
Zach Reizner 3e0fa36886 eliminate usage of uninitialized
uninitialized is deprecated and considered too dangerous to use for any
of the use cases we were using.

BUG=None
TEST=passes smoke_test

Change-Id: I5392cb8ec132f374d9b5590f72eb2cb329a82421
Reviewed-on: https://chromium-review.googlesource.com/1626795
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
2019-05-23 07:35:18 -07:00
..
bindings.rs eliminate usage of uninitialized 2019-05-23 07:35:18 -07:00
config_descriptor.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
device_handle.rs usb: fix serial devices by removing device context verification 2019-05-01 01:50:22 -07:00
endpoint_descriptor.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
error.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
hotplug.rs edition: Update usb_util to 2018 edition 2019-04-09 01:55:19 -07:00
interface_descriptor.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
lib.rs clippy: Switch to tool attributes for suppressing lints 2019-04-15 02:06:09 -07:00
libusb_context.rs edition: Use dyn syntax for trait objects 2019-04-08 02:51:37 -07:00
libusb_device.rs eliminate usage of uninitialized 2019-05-23 07:35:18 -07:00
types.rs usb: refactor intercepted control request handling 2019-05-10 15:26:01 -07:00
usb_transfer.rs clippy: Resolve clone_on_copy 2019-04-17 17:22:49 -07:00