mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
chore: apply beta clippy fixes
This commit is contained in:
@@ -322,7 +322,7 @@ impl Chatlist {
|
||||
(chat_id, MessageState::OutDraft),
|
||||
)
|
||||
.await
|
||||
.with_context(|| format!("failed to get msg ID for chat {}", chat_id))?;
|
||||
.with_context(|| format!("failed to get msg ID for chat {chat_id}"))?;
|
||||
ids.push((chat_id, msg_id));
|
||||
}
|
||||
Ok(Chatlist { ids })
|
||||
|
||||
Reference in New Issue
Block a user