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 fecd592 commit 5b87495Copy full SHA for 5b87495
esp-alloc/src/lib.rs
@@ -91,7 +91,7 @@
91
//! you will need it for the `Box` and `Vec` types.
92
//!
93
//! ```toml
94
-//! allocator-api2 = { version = "0.2", features = ["alloc"] }
+//! allocator-api2 = { version = "0.2", default-features = false, features = ["alloc"] }
95
//! ```
96
97
//! With this, you can use the `Box` and `Vec` types from `allocator_api2`, with
0 commit comments