Skip to content

Commit

Permalink
fix(docs): Remove accidentally duplicated words (#2378)
Browse files Browse the repository at this point in the history
## Motivation

There is a small wording mistake in the tracing-subscriber docs
that can be fixed quickly and easily.

## Solution

Two duplicate words were removed.
  • Loading branch information
LeoniePhiline authored Nov 11, 2022
1 parent 22c1ed9 commit 138b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
//!
//! ## Feature Flags
//!
//! - `std`: Enables APIs that depend on the on the Rust standard library
//! - `std`: Enables APIs that depend on the Rust standard library
//! (enabled by default).
//! - `alloc`: Depend on [`liballoc`] (enabled by "std").
//! - `env-filter`: Enables the [`EnvFilter`] type, which implements filtering
Expand Down

0 comments on commit 138b937

Please sign in to comment.