We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165414e commit b24baf1Copy full SHA for b24baf1
src/lib.rs
@@ -11,9 +11,9 @@
11
//! - Optional
12
//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
13
//!
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.
+//! - `unstable-const-fn`
+//! - **deprecated** (has no effect)
+//! - Not needed, [`ArrayVec::new`] and [`ArrayString::new`] are always `const fn` now
17
18
//! ## Rust Version
19
0 commit comments