Skip to content

Commit

Permalink
doc: Fix #[warn(clippy::doc_lazy_continuation)]
Browse files Browse the repository at this point in the history
This is a mistake in markdown syntax
  • Loading branch information
Techcable committed Sep 23, 2024
1 parent 44fb86d commit 3cd4f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cd4f8c

Please sign in to comment.