From aa55bd1a395ba40a3c548963b072d8eba1f80a14 Mon Sep 17 00:00:00 2001 From: jamen marz Date: Wed, 25 May 2022 10:31:06 -0600 Subject: [PATCH] docs: remove incorrect MSRV note (#2137) `tracing`'s lib.rs incorrectly states its MSRV; this commit removes it. --- tracing/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) 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.