We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tokio-rs
hawkw
Learn more about funding links in repositories.
Report abuse
1 parent 4933197 commit 362bdbeCopy full SHA for 362bdbe
console-subscriber/src/builder.rs
@@ -352,7 +352,7 @@ impl Builder {
352
///
353
/// If the "env-filter" crate feature flag is enabled, the `RUST_LOG`
354
/// environment variable will be parsed using the [`EnvFilter`] type from
355
- /// `tracing-subscriber. If the "env-filter" feature is **not** enabled, the
+ /// `tracing-subscriber`. If the "env-filter" feature is **not** enabled, the
356
/// [`Targets`] filter is used instead. The `EnvFilter` type accepts all the
357
/// same syntax as `Targets`, but with the added ability to filter dynamically
358
/// on span field values. See the documentation for those types for details.
0 commit comments