From d0b5b7ba03e98736113d61940bd9a4fb2b338f15 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 4 Jan 2020 20:43:20 +0100 Subject: [PATCH] Turn handle_reports comment into documentation comment --- src/mimeparser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mimeparser.rs b/src/mimeparser.rs index ec7b098a3..a66184ac5 100644 --- a/src/mimeparser.rs +++ b/src/mimeparser.rs @@ -757,7 +757,7 @@ impl<'a> MimeParser<'a> { Ok(None) } - // Handle reports (only MDNs for now) + /// Handle reports (only MDNs for now) pub fn handle_reports( &self, from_id: u32,