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