I hate rustfmt

This commit is contained in:
Maybe Waffle 2022-10-07 13:59:20 +04:00
parent db22e20221
commit c6dd6bed44
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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