From e4b094416018abfad5c442d9f8aee0a5acb01d59 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 1 Jan 2020 00:35:44 +0600 Subject: [PATCH] Fix rustfmt again! --- src/types/parse_mode.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/parse_mode.rs b/src/types/parse_mode.rs index c6e6ebd3..cef3b02f 100644 --- a/src/types/parse_mode.rs +++ b/src/types/parse_mode.rs @@ -77,7 +77,7 @@ use serde::{Deserialize, Serialize}; ///
pre-formatted fixed-width code block
///
pre-formatted fixed-width code block
 /// written in the Rust programming language
```` -/// +/// /// Please note: /// /// - Only the tags mentioned above are currently supported. @@ -105,7 +105,7 @@ use serde::{Deserialize, Serialize}; /// pre-formatted fixed-width code block written in the Rust programming /// language ``` /// ```` -/// +/// /// Please note: /// - Entities must not be nested, use parse mode [`MarkdownV2`] instead. /// - There is no way to specify underline and strikethrough entities, use parse