We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd64629 commit 3dbca7aCopy full SHA for 3dbca7a
console-subscriber/src/builder.rs
@@ -659,7 +659,7 @@ impl<'a> From<&'a Path> for ServerAddr {
659
///
660
/// If the "env-filter" crate feature flag is enabled, the `RUST_LOG`
661
/// environment variable will be parsed using the [`EnvFilter`] type from
662
-/// `tracing-subscriber. If the "env-filter" feature is **not** enabled, the
+/// `tracing-subscriber`. If the "env-filter" feature is **not** enabled, the
663
/// [`Targets`] filter is used instead. The `EnvFilter` type accepts all the
664
/// same syntax as `Targets`, but with the added ability to filter dynamically
665
/// on span field values. See the documentation for those types for details.
0 commit comments