Skip to content

Commit d475c65

Browse files
Simon-Lauxlink2xt
authored andcommitted
fix lint that ci complained about
1 parent 869a6bd commit d475c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl MimeMessage {
225225
context: &Context,
226226
org_bytes: u32,
227227
) -> Result<()> {
228-
let mut text = format!(
228+
let text = format!(
229229
"[{}]",
230230
stock_str::partial_download_msg_body(context, org_bytes).await
231231
);

0 commit comments

Comments
 (0)