mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 12:56:30 +03:00
chore: clippy::useless-borrows-in-formatting fixes
This commit is contained in:
@@ -275,7 +275,7 @@ pub unsafe extern "C" fn dc_get_config(
|
||||
.strdup()
|
||||
} else {
|
||||
match config::Config::from_str(&key)
|
||||
.with_context(|| format!("Invalid key {:?}", &key))
|
||||
.with_context(|| format!("Invalid key {key:?}"))
|
||||
.log_err(ctx)
|
||||
{
|
||||
Ok(key) => ctx
|
||||
|
||||
Reference in New Issue
Block a user