Skip to content

Commit

Permalink
Renamed module dummy_bus.rs to dummy.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcebox committed Jul 2, 2024
1 parent f39533f commit e94f73c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pub mod test_class;
///
/// let usb_bus = UsbBusAllocator::new(DummyUsbBus::new());
/// ```
pub mod dummy_bus;
pub mod dummy;

mod control_pipe;

Expand Down

0 comments on commit e94f73c

Please sign in to comment.