diff options
Diffstat (limited to 'aero-proto/src/imap/mime_view.rs')
-rw-r--r-- | aero-proto/src/imap/mime_view.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aero-proto/src/imap/mime_view.rs b/aero-proto/src/imap/mime_view.rs index 720f20a..fd0f4b0 100644 --- a/aero-proto/src/imap/mime_view.rs +++ b/aero-proto/src/imap/mime_view.rs @@ -33,7 +33,7 @@ pub enum BodySection<'a> { /// /// Example of message sections: /// -/// ``` +/// ```text /// HEADER ([RFC-2822] header of the message) /// TEXT ([RFC-2822] text body of the message) MULTIPART/MIXED /// 1 TEXT/PLAIN |