Skip to content

Commit 1656d86

Browse files
authored
Merge pull request #126 from gunvirranu/remove-alloc-nightly
Remove outdated mention of nightly for alloc feature
2 parents 23b8809 + 26a4379 commit 1656d86

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

_src/no-std.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,3 @@ collections without depending on the rest of the Rust standard library.
5353
[dependencies]
5454
serde = { version = "1.0", default-features = false, features = ["alloc"] }
5555
```
56-
57-
The `"alloc"` feature currently requires a nightly compiler as it pulls in the
58-
unstable [core allocation library].
59-
60-
[core allocation library]: https://doc.rust-lang.org/alloc/

0 commit comments

Comments
 (0)