Skip to content

Commit bfdf8dc

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: tracing/src/lib.rs

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

0 commit comments

Comments
 (0)