♻️ refactor(core): remove unused trash module
- removes the trash module - simplifies the crate structure
This commit is contained in:
committed by
Jeremiah Russell
parent
f0a268861f
commit
1af61d0ed0
@@ -27,7 +27,6 @@ pub(crate) use gmail_client::MessageSummary;
|
|||||||
pub use processor::Processor;
|
pub use processor::Processor;
|
||||||
pub use retention::MessageAge;
|
pub use retention::MessageAge;
|
||||||
pub use retention::Retention;
|
pub use retention::Retention;
|
||||||
pub use trash::Trash;
|
|
||||||
|
|
||||||
/// Type alias for result with crate Error
|
/// Type alias for result with crate Error
|
||||||
pub type Result<O> = std::result::Result<O, Error>;
|
pub type Result<O> = std::result::Result<O, Error>;
|
||||||
|
|||||||
Reference in New Issue
Block a user