mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
use super::Imap;
|
||||
use std::time::{Duration, SystemTime};
|
||||
|
||||
use anyhow::{bail, Context as _, Result};
|
||||
use async_channel::Receiver;
|
||||
use async_imap::extensions::idle::IdleResponse;
|
||||
use futures_lite::FutureExt;
|
||||
use std::time::{Duration, SystemTime};
|
||||
|
||||
use super::session::Session;
|
||||
use super::Imap;
|
||||
use crate::imap::client::IMAP_TIMEOUT;
|
||||
use crate::{context::Context, scheduler::InterruptInfo};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user