Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Oct 5, 2020
1 parent e18ca62 commit eb93223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/filter/env/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl EnvFilter {

if !disabled.is_empty() {
// NOTE: We can't use a configured `MakeWriter` because the EnvFilter
// has no knowledge of any underlying subscriber or collector, which
// has no knowledge of any underlying subscriber or collector, which
// may or may not use a `MakeWriter`.
eprintln!("warning: some trace filter directives would enable traces that are disabled statically");
for directive in disabled {
Expand Down

0 comments on commit eb93223

Please sign in to comment.