mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Fix rustfmt again!
This commit is contained in:
parent
663e33d56b
commit
e4b0944160
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ use serde::{Deserialize, Serialize};
|
|||
/// <pre>pre-formatted fixed-width code block</pre>
|
||||
/// <pre><code class="language-rust">pre-formatted fixed-width code block
|
||||
/// written in the Rust programming language</code></pre> ````
|
||||
///
|
||||
///
|
||||
/// 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
|
||||
|
|
Loading…
Reference in a new issue