From b24baf1b5d7deaebdafe04b8cfea3e30d83b778d Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 28 Mar 2021 22:47:22 +0200 Subject: [PATCH] DOC: Tweak formatting and wording of unstable-const-fn feature --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index c186386..af11a95 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,9 +11,9 @@ //! - Optional //! - Enable serialization for ArrayVec and ArrayString using serde 1.x //! -//! - `unstable-const-fn`: **deprecated**, -//! used to be needed to make [`ArrayVec::new`] and [`ArrayString::new`] `const fn`s, -//! now they are always `const fn`s. +//! - `unstable-const-fn` +//! - **deprecated** (has no effect) +//! - Not needed, [`ArrayVec::new`] and [`ArrayString::new`] are always `const fn` now //! //! ## Rust Version //!