mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
use anyhow::{anyhow, Context as _, Result};
|
||||
use async_imap::types::{Quota, QuotaResource};
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
use crate::chat::add_device_msg_with_importance;
|
||||
use crate::config::Config;
|
||||
|
||||
Reference in New Issue
Block a user