1 2 3 4 5 6 7
#[allow(unused_imports)] pub use bus::{GbBus, StubBus}; pub use dmg_bus::DmgBus; #[allow(clippy::module_inception)] mod bus; mod dmg_bus;