diff --git a/problem_03/src/db.rs b/problem_03/src/db.rs index 4f587ff..76fe96e 100644 --- a/problem_03/src/db.rs +++ b/problem_03/src/db.rs @@ -1,7 +1,7 @@ use std::sync::Arc; use tokio::sync::RwLock; -use tracing::{debug, info}; +use tracing::info; use crate::Result;