diff --git a/clash_lib/src/app/logging.rs b/clash_lib/src/app/logging.rs index 44926b33..fbf3572d 100644 --- a/clash_lib/src/app/logging.rs +++ b/clash_lib/src/app/logging.rs @@ -18,7 +18,7 @@ use opentelemetry_semantic_conventions::{ use serde::Serialize; use tokio::sync::broadcast::Sender; -use tracing::{debug, Subscriber}; +use tracing::debug; use tracing_appender::non_blocking::WorkerGuard; #[cfg(target_os = "ios")] use tracing_oslog::OsLogger;