Skip to content

Commit 3cd4f8c

Browse files
committed
doc: Fix #[warn(clippy::doc_lazy_continuation)]
This is a mistake in markdown syntax
1 parent 44fb86d commit 3cd4f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ macro_rules! __slog_builtin {
10691069
/// In an essence `Logger` instance holds two pieces of information:
10701070
///
10711071
/// * drain - destination where to forward logging `Record`s for
1072-
/// processing.
1072+
/// processing.
10731073
/// * context - list of key-value pairs associated with it.
10741074
///
10751075
/// The root `Logger` is created with a `Drain` that will be cloned to every

0 commit comments

Comments
 (0)