Skip to content

Commit 604f389

Browse files
authored
docs: remove incorrect MSRV note (#2137)
`tracing`'s lib.rs incorrectly states its MSRV; this commit removes it.
1 parent b2cd503 commit 604f389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tracing/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119
//! tracing = "0.1"
120120
//! ```
121121
//!
122-
//! *Compiler support: requires rustc 1.39+*
123-
//!
124122
//! ## Recording Spans and Events
125123
//!
126124
//! Spans and events are recorded using macros.

0 commit comments

Comments
 (0)