From 9f7d9ed09b76bd8e9b0bed5876cff7a5ad628068 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sun, 28 Apr 2024 13:12:36 +0200 Subject: [PATCH] fix clippy warnings --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 66f7815..8c67105 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,8 +2,6 @@ mod client; pub mod errors; pub mod prelude; use crate::prelude::*; -use twba_backup_config::prelude::Config; -use twba_backup_config::Conf; use twba_common::{get_config, init_tracing}; #[tokio::main]