mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -4,6 +4,7 @@ use futures::try_join;
|
||||
use futures_lite::FutureExt;
|
||||
use tokio::task;
|
||||
|
||||
use self::connectivity::ConnectivityStore;
|
||||
use crate::config::Config;
|
||||
use crate::contact::{ContactId, RecentlySeenLoop};
|
||||
use crate::context::Context;
|
||||
@@ -17,8 +18,6 @@ use crate::sql;
|
||||
use crate::tools::time;
|
||||
use crate::tools::{duration_to_str, maybe_add_time_based_warnings};
|
||||
|
||||
use self::connectivity::ConnectivityStore;
|
||||
|
||||
pub(crate) mod connectivity;
|
||||
|
||||
/// Job and connection scheduler.
|
||||
|
||||
Reference in New Issue
Block a user