diff --git a/src/scheduler.rs b/src/scheduler.rs index e1638fd09..41f005434 100644 --- a/src/scheduler.rs +++ b/src/scheduler.rs @@ -229,6 +229,8 @@ impl<'a> Drop for IoPausedGuard<'a> { struct SchedBox { meaning: FolderMeaning, conn_state: ImapConnectionState, + + /// IMAP loop task handle. handle: task::JoinHandle<()>, }