Skip to content

Commit

Permalink
docs: remove incorrect MSRV note (#2137)
Browse files Browse the repository at this point in the history
`tracing`'s lib.rs incorrectly states its MSRV; this commit removes it.
  • Loading branch information
jamen authored and hawkw committed Jun 7, 2022
1 parent ebdafbd commit bfdf8dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bfdf8dc

Please sign in to comment.