From 5bfc142768edf3597a1ca13c6237e142fc8353d5 Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 1 Aug 2024 16:04:58 +0800 Subject: [PATCH] tidy Signed-off-by: tison --- src/append/mod.rs | 2 -- src/filter/mod.rs | 2 -- src/layout/mod.rs | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/append/mod.rs b/src/append/mod.rs index eb693f0..6211fad 100644 --- a/src/append/mod.rs +++ b/src/append/mod.rs @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -use std::fmt::Debug; - pub use boxdyn::*; pub use boxlog::*; pub use dispatch::*; diff --git a/src/filter/mod.rs b/src/filter/mod.rs index dc33392..09a081d 100644 --- a/src/filter/mod.rs +++ b/src/filter/mod.rs @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -use std::fmt::Debug; - pub use boxdyn::BoxDynFilter; pub use log_level::LogLevelFilter; diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 28e690e..03b9e8b 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -use std::fmt::Debug; - pub use boxdyn::BoxDynLayout; pub use kv_display::KvDisplay; #[cfg(feature = "json")]