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 and hawkw committed Apr 21, 2023
1 parent f0242bd commit 40b576f
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 @@ -46,7 +46,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 40b576f

Please sign in to comment.