Skip to content

Commit 40b576f

Browse files
LeoniePhilinehawkw
authored andcommitted
fix(docs): Remove accidentally duplicated words (#2378)
## 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.
1 parent f0242bd commit 40b576f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-subscriber/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ## Feature Flags
4848
//!
49-
//! - `std`: Enables APIs that depend on the on the Rust standard library
49+
//! - `std`: Enables APIs that depend on the Rust standard library
5050
//! (enabled by default).
5151
//! - `alloc`: Depend on [`liballoc`] (enabled by "std").
5252
//! - `env-filter`: Enables the [`EnvFilter`] type, which implements filtering

0 commit comments

Comments
 (0)