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 85e1918 commit ba43bb4Copy full SHA for ba43bb4
src/rust-next/alloc.md
@@ -19,7 +19,7 @@ prior to stabilizing support for `#![no_std]` binaries using `alloc`.
19
If you are the maintainer of a library that only relies on some allocation primitives to function,
20
consider making your library `#[no_std]` compatible by using the following at the top of your `lib.rs` file:
21
22
-```rust
+```rust,ignore
23
#![no_std]
24
25
extern crate alloc;
0 commit comments