mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
Inline format arguments
This feature has been stable since Rust 1.58.0.
This commit is contained in:
@@ -143,7 +143,7 @@ impl Accounts {
|
||||
let ctx = self
|
||||
.accounts
|
||||
.remove(&id)
|
||||
.with_context(|| format!("no account with id {}", id))?;
|
||||
.with_context(|| format!("no account with id {id}"))?;
|
||||
ctx.stop_io().await;
|
||||
drop(ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user