Fixed example

This commit is contained in:
G2-Games 2024-03-24 06:09:07 -05:00
parent 93e621e969
commit 15f8875b6e

View file

@ -19,7 +19,7 @@
//! ## Example: //! ## Example:
//! ```no_run //! ```no_run
//! # tokio_test::block_on(async { //! # 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; //! use cross_usb::device_filter;
//! //!
//! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter, //! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter,