This commit is contained in:
nora 2023-04-18 15:47:01 +02:00
parent 5fc08bb22f
commit 1549991910

View file

@ -37,9 +37,7 @@ pub trait Inspect {
impl Inspect for () {}
impl Inspect for TileDb {
fn inspect_mut(&mut self) {
let _a = &mut self.unknown_bg;
}
fn inspect_mut(&mut self) {}
}
impl std::fmt::Debug for TileDb {