From c39b8846c219a8a82a046178bf7271bbb1869ccc Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Mon, 11 Sep 2023 16:33:52 -0700 Subject: [PATCH] docs(subscriber): fix unclosed code block --- console-subscriber/src/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-subscriber/src/builder.rs b/console-subscriber/src/builder.rs index ace47db7f..58c5d9535 100644 --- a/console-subscriber/src/builder.rs +++ b/console-subscriber/src/builder.rs @@ -352,7 +352,7 @@ impl Builder { /// /// If the "env-filter" crate feature flag is enabled, the `RUST_LOG` /// environment variable will be parsed using the [`EnvFilter`] type from - /// `tracing-subscriber. If the "env-filter" feature is **not** enabled, the + /// `tracing-subscriber`. If the "env-filter" feature is **not** enabled, the /// [`Targets`] filter is used instead. The `EnvFilter` type accepts all the /// same syntax as `Targets`, but with the added ability to filter dynamically /// on span field values. See the documentation for those types for details.