Skip to content

Commit 83a89f0

Browse files
authored
Merge pull request #145 from griffi-gh/patch-1
Update feature flag documentation
2 parents 19e7e36 + 37364ce commit 83a89f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_src/feature-flags.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ discussion of unstable functionality please refer to [serde-rs/serde#812].
3535

3636
#### --features alloc
3737

38-
*Implies unstable.*
39-
4038
Provide impls for types in the Rust core allocation and collections library
4139
including String, Box<T>, Vec<T>, and Cow<T>. This is a subset
4240
of std but may be enabled without depending on all of std.
4341

44-
Requires a dependency on the unstable [core allocation library].
42+
Requires a dependency on the [core allocation library].
4543

4644
See [no-std support] for details.
4745

0 commit comments

Comments
 (0)