Skip to content

Commit 4a41e41

Browse files
committed
Make clippy happy
1 parent 6796ff7 commit 4a41e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mimeparser.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,7 @@ impl MimeMessage {
15511551
}
15521552
}
15531553

1554+
#[allow(clippy::too_many_arguments)]
15541555
fn merge_headers(
15551556
context: &Context,
15561557
headers: &mut HashMap<String, String>,

0 commit comments

Comments
 (0)