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 23b8809 commit 26a4379Copy full SHA for 26a4379
_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