From 2ef8f2f7f360afce5579cc24aaee0095a34f9839 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 13 Oct 2025 15:52:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(core):=20remove?= =?UTF-8?q?=20unused=20Delete=20module=20-=20Delete=20module=20is=20no=20l?= =?UTF-8?q?onger=20needed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7f0e306..26ed552 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,6 @@ pub(crate) mod utils; pub use config::Config; pub use credential::Credential; -pub use delete::Delete; pub use eol_action::EolAction; pub use error::Error; pub use gmail_client::DEFAULT_MAX_RESULTS;