DOC: Tweak formatting and wording of unstable-const-fn feature

This commit is contained in:
bluss
2021-03-28 22:47:22 +02:00
parent 165414e0d9
commit b24baf1b5d
+3 -3
View File
@@ -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
//!