Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ollien committed Feb 5, 2024
1 parent 6b3a8ab commit 1c353f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/email/inbox/idle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use async_imap::{
imap_proto::Response as IMAPResponse,
};

pub use state::{IdlerCell, SessionCell, SessionState};
pub use state::SessionCell;

mod state;

Expand Down

0 comments on commit 1c353f9

Please sign in to comment.