mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
//! # Functions to update timestamps.
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
use crate::chat::{Chat, ChatId};
|
||||
use crate::contact::{Contact, ContactId};
|
||||
use crate::context::Context;
|
||||
use crate::param::{Param, Params};
|
||||
use anyhow::Result;
|
||||
|
||||
impl Context {
|
||||
/// Updates a contact's timestamp, if reasonable.
|
||||
|
||||
Reference in New Issue
Block a user