mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use super::session::Session as ImapSession;
|
||||
|
||||
use crate::context::Context;
|
||||
use anyhow::Context as _;
|
||||
|
||||
use super::session::Session as ImapSession;
|
||||
use crate::context::Context;
|
||||
|
||||
type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
|
||||
Reference in New Issue
Block a user