Skip to content

Commit

Permalink
remove mention of incorrect msrv
Browse files Browse the repository at this point in the history
No need to specify it in the docs now, as we have first-class field in
Cargo.toml these days.
  • Loading branch information
matklad committed Jun 23, 2023
1 parent 93a98c7 commit 5340e1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Expand Up @@ -275,8 +275,6 @@
//!
//! # Minimum Supported `rustc` Version
//!
//! This crate's minimum supported `rustc` version is `1.56.0`.
//!
//! If only the `std` feature is enabled, MSRV will be updated conservatively,
//! supporting at least latest 8 versions of the compiler. When using other
//! features, like `parking_lot`, MSRV might be updated more frequently, up to
Expand Down

0 comments on commit 5340e1d

Please sign in to comment.