From 742beeeafbe46c7677d4af36006f0febd0edb6cd Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 22 May 2024 15:28:14 +0200 Subject: fix unit tests --- aero-proto/src/imap/mime_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aero-proto/src/imap/mime_view.rs') 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 -- cgit v1.2.3