From 5340e1dc7d8091fa0e67d642f7344eae56102d50 Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Fri, 23 Jun 2023 12:57:15 +0100 Subject: [PATCH] remove mention of incorrect msrv No need to specify it in the docs now, as we have first-class field in Cargo.toml these days. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index db7e19a..07ca8f8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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