Skip to content

Commit b24baf1

Browse files
committed
DOC: Tweak formatting and wording of unstable-const-fn feature
1 parent 165414e commit b24baf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
//! - Optional
1212
//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
1313
//!
14-
//! - `unstable-const-fn`: **deprecated**,
15-
//! used to be needed to make [`ArrayVec::new`] and [`ArrayString::new`] `const fn`s,
16-
//! now they are always `const fn`s.
14+
//! - `unstable-const-fn`
15+
//! - **deprecated** (has no effect)
16+
//! - Not needed, [`ArrayVec::new`] and [`ArrayString::new`] are always `const fn` now
1717
//!
1818
//! ## Rust Version
1919
//!

0 commit comments

Comments
 (0)