mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
I hate rustfmt
This commit is contained in:
parent
db22e20221
commit
c6dd6bed44
2 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,8 @@ use std::{fmt::Debug, marker::PhantomData};
|
|||
|
||||
/// A [REPL] for commands.
|
||||
//
|
||||
///
|
||||
//
|
||||
#[doc = include_str!("preamble.md")]
|
||||
///
|
||||
/// [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
|
||||
|
@ -77,6 +79,8 @@ where
|
|||
|
||||
/// A [REPL] for commands, with a custom [`UpdateListener`].
|
||||
//
|
||||
///
|
||||
//
|
||||
#[doc = include_str!("preamble.md")]
|
||||
///
|
||||
/// [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
|
||||
|
|
|
@ -9,6 +9,8 @@ use std::fmt::Debug;
|
|||
|
||||
/// A [REPL] for messages.
|
||||
//
|
||||
///
|
||||
//
|
||||
#[doc = include_str!("preamble.md")]
|
||||
///
|
||||
/// [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
|
||||
|
@ -58,6 +60,8 @@ where
|
|||
|
||||
/// A [REPL] for messages, with a custom [`UpdateListener`].
|
||||
//
|
||||
///
|
||||
//
|
||||
#[doc = include_str!("preamble.md")]
|
||||
///
|
||||
/// [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
|
||||
|
|
Loading…
Reference in a new issue