Skip to content

Commit f01972d

Browse files
committed
fix lint that ci complained about
1 parent 8140ebc commit f01972d

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
@@ -226,7 +226,7 @@ impl MimeMessage {
226226
context: &Context,
227227
org_bytes: u32,
228228
) -> Result<()> {
229-
let mut text = format!(
229+
let text = format!(
230230
"[{}]",
231231
stock_str::partial_download_msg_body(context, org_bytes).await
232232
);

0 commit comments

Comments
 (0)