chore: apply beta clippy fixes

This commit is contained in:
link2xt
2025-05-20 14:05:58 +00:00
parent 877f873910
commit a68ddab703
8 changed files with 12 additions and 13 deletions

View File

@@ -653,7 +653,7 @@ impl ChatId {
) -> Result<()> {
let chat_id = ChatId::create_for_contact_with_blocked(context, contact_id, Blocked::Yes)
.await
.with_context(|| format!("can't create chat for {}", contact_id))?;
.with_context(|| format!("can't create chat for {contact_id}"))?;
chat_id
.set_protection(
context,