chore(bus): suppress warning

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-08-02 21:55:07 -05:00
parent 4d6fc95130
commit a549b9feef
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}