Fix rustfmt again!

This commit is contained in:
Temirkhan Myrzamadi 2020-01-01 00:35:44 +06:00
parent 663e33d56b
commit e4b0944160

View file

@ -77,7 +77,7 @@ use serde::{Deserialize, Serialize};
/// <pre>pre-formatted fixed-width code block</pre> /// <pre>pre-formatted fixed-width code block</pre>
/// <pre><code class="language-rust">pre-formatted fixed-width code block /// <pre><code class="language-rust">pre-formatted fixed-width code block
/// written in the Rust programming language</code></pre> ```` /// written in the Rust programming language</code></pre> ````
/// ///
/// Please note: /// Please note:
/// ///
/// - Only the tags mentioned above are currently supported. /// - 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 /// pre-formatted fixed-width code block written in the Rust programming
/// language ``` /// language ```
/// ```` /// ````
/// ///
/// Please note: /// Please note:
/// - Entities must not be nested, use parse mode [`MarkdownV2`] instead. /// - Entities must not be nested, use parse mode [`MarkdownV2`] instead.
/// - There is no way to specify underline and strikethrough entities, use parse /// - There is no way to specify underline and strikethrough entities, use parse