chore(bus): suppress warning
This commit is contained in:
parent
4d6fc95130
commit
a549b9feef
|
@ -66,6 +66,7 @@ impl Bus {
|
|||
self.cartridge.as_ref()?.title()
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub(crate) fn boot_mapped(&self) -> bool {
|
||||
self.boot.is_some()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue