From dc5e698facc6bdb65284dc7bc9f9a27871db0c64 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:47:56 +0200 Subject: [PATCH] more --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 44b9fde..c4dde62 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,10 +36,6 @@ pub trait Inspect { } impl Inspect for () {} -impl Inspect for TileDb { - fn inspect_mut(&mut self) {} -} - impl std::fmt::Debug for TileDb { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { loop {}