We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9626 commit 4a10d59Copy full SHA for 4a10d59
src/lib.rs
@@ -190,7 +190,7 @@ pub mod test_class;
190
/// Note that the lack of functionality does not allow to run the examples.
191
///
192
/// ```
193
-/// use usb_device::dummy_bus::DummyUsbBus;
+/// use usb_device::dummy::DummyUsbBus;
194
/// use usb_device::class_prelude::UsbBusAllocator;
195
196
/// let usb_bus = UsbBusAllocator::new(DummyUsbBus::new());
0 commit comments