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

@@ -2380,7 +2380,7 @@ async fn handle_ndn(
let aggregated_error = message
.error
.as_ref()
.map(|err| format!("{}\n\n{}", err, err_msg));
.map(|err| format!("{err}\n\n{err_msg}"));
set_msg_failed(
context,
&mut message,