I hate rustfmt

Former-commit-id: c6dd6bed44
This commit is contained in:
Maybe Waffle 2022-10-07 13:59:20 +04:00
parent fde91dacf4
commit 8bfa8b542d
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