This commit is contained in:
nora 2023-04-18 15:50:10 +02:00
parent 8155539d45
commit 4c6911e1d2

View file

@ -29,13 +29,6 @@ pub struct TileDb {
unknown_bg: tiles::TileDef,
}
pub trait Inspect {
fn inspect_mut(&mut self) {
loop {}
}
}
impl Inspect for () {}
impl std::fmt::Debug for TileDb {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
loop {}