From 3cd4f8c1fdf45189fcae8fdec3313a991ca0ecd8 Mon Sep 17 00:00:00 2001 From: Techcable Date: Mon, 23 Sep 2024 08:18:09 -0700 Subject: [PATCH] doc: Fix #[warn(clippy::doc_lazy_continuation)] This is a mistake in markdown syntax --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 378f8904..d7eabe6b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1069,7 +1069,7 @@ macro_rules! __slog_builtin { /// In an essence `Logger` instance holds two pieces of information: /// /// * drain - destination where to forward logging `Record`s for -/// processing. +/// processing. /// * context - list of key-value pairs associated with it. /// /// The root `Logger` is created with a `Drain` that will be cloned to every