diff --git a/tracing/src/lib.rs b/tracing/src/lib.rs index fdd12bd3eb..65a4ebc951 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -119,8 +119,6 @@ //! tracing = "0.1" //! ``` //! -//! *Compiler support: [requires `rustc` 1.42+][msrv]* -//! //! ## Recording Spans and Events //! //! Spans and events are recorded using macros.