DOC: Tweak formatting and wording of unstable-const-fn feature
This commit is contained in:
+3
-3
@@ -11,9 +11,9 @@
|
|||||||
//! - Optional
|
//! - Optional
|
||||||
//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
|
//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
|
||||||
//!
|
//!
|
||||||
//! - `unstable-const-fn`: **deprecated**,
|
//! - `unstable-const-fn`
|
||||||
//! used to be needed to make [`ArrayVec::new`] and [`ArrayString::new`] `const fn`s,
|
//! - **deprecated** (has no effect)
|
||||||
//! now they are always `const fn`s.
|
//! - Not needed, [`ArrayVec::new`] and [`ArrayString::new`] are always `const fn` now
|
||||||
//!
|
//!
|
||||||
//! ## Rust Version
|
//! ## Rust Version
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user