From 40b576f71dfbea802f8cff8c0b6e9c7e9ab93b60 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:00:14 +0100 Subject: [PATCH] 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. --- tracing-subscriber/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-subscriber/src/lib.rs b/tracing-subscriber/src/lib.rs index 63cd3d3154..7bc61a6c19 100644 --- a/tracing-subscriber/src/lib.rs +++ b/tracing-subscriber/src/lib.rs @@ -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