diff --git a/src/mimeparser.rs b/src/mimeparser.rs index 6e3460dbe..a228df4b9 100644 --- a/src/mimeparser.rs +++ b/src/mimeparser.rs @@ -1728,7 +1728,7 @@ impl MimeMessage { .and_then(|msgid| parse_message_id(msgid).ok()) } - /// Remove headers that are only allowed to be present in an encrypted-and-signed message: + /// Remove headers that are only allowed to be present in an encrypted-and-signed message fn remove_secured_headers( headers: &mut HashMap, removed: &mut HashSet,