From d475c6519a69d93124b6c65573a6049b50592ff0 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Wed, 12 Nov 2025 19:38:15 +0100 Subject: [PATCH] fix lint that ci complained about --- src/download.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.rs b/src/download.rs index 1de0e0730..9ce5e053b 100644 --- a/src/download.rs +++ b/src/download.rs @@ -225,7 +225,7 @@ impl MimeMessage { context: &Context, org_bytes: u32, ) -> Result<()> { - let mut text = format!( + let text = format!( "[{}]", stock_str::partial_download_msg_body(context, org_bytes).await );