This commit is contained in:
nora 2023-04-18 15:47:56 +02:00
parent 1549991910
commit dc5e698fac

View file

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