Skip to content

Commit

Permalink
subscriber: fix outdated documentation (tokio-rs#647)
Browse files Browse the repository at this point in the history
The filter feature has already been removed.
  • Loading branch information
DianaNites authored Mar 30, 2020
1 parent ae482f3 commit 2f14d19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracing-subscriber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
//!
//! - `env-filter`: Enables the [`EnvFilter`] type, which implements filtering
//! similar to the [`env_logger` crate]. Enabled by default.
//! - `filter`: Alias for `env-filter`. This feature flag was renamed in version
//! 0.1.2, and will be removed in version 0.2.
//! - `fmt`: Enables the [`fmt`] module, which provides a subscriber
//! implementation for printing formatted representations of trace events.
//! Enabled by default.
Expand Down

0 comments on commit 2f14d19

Please sign in to comment.