From 15f8875b6e6c3e149bb7f7e448d40d3e7a8a3a56 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sun, 24 Mar 2024 06:09:07 -0500 Subject: [PATCH] Fixed example --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b0fe250..c9da365 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ //! ## Example: //! ```no_run //! # tokio_test::block_on(async { -//! use cross_usb::usb::{Descriptor, Device, Interface, Recipient, ControlType, ControlIn}; +//! use cross_usb::usb::{UsbDescriptor, UsbDevice, UsbInterface, Recipient, ControlType, ControlIn}; //! use cross_usb::device_filter; //! //! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter,