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.
2 parents 23b8809 + 26a4379 commit 1656d86Copy full SHA for 1656d86
_src/no-std.md
@@ -53,8 +53,3 @@ collections without depending on the rest of the Rust standard library.
53
[dependencies]
54
serde = { version = "1.0", default-features = false, features = ["alloc"] }
55
```
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