Skip to content

Commit

Permalink
Update docs after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 2, 2024
1 parent 87c9626 commit 4a10d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub mod test_class;
/// Note that the lack of functionality does not allow to run the examples.
///
/// ```
/// use usb_device::dummy_bus::DummyUsbBus;
/// use usb_device::dummy::DummyUsbBus;
/// use usb_device::class_prelude::UsbBusAllocator;
///
/// let usb_bus = UsbBusAllocator::new(DummyUsbBus::new());
Expand Down

0 comments on commit 4a10d59

Please sign in to comment.