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 6e651fd commit e4d2ae7Copy full SHA for e4d2ae7
README.md
@@ -1,5 +1,6 @@
1
[](https://crates.io/crates/embedded-alloc)
2
[](https://crates.io/crates/embedded-alloc)
3
+
4
5
# `embedded-alloc`
6
@@ -12,7 +13,7 @@ This project is developed and maintained by the [Cortex-M team][team].
12
13
14
## Example
15
-Starting with Rust 1.68, this crate can be used as a global allocator:
16
+Starting with Rust 1.68, this crate can be used as a global allocator on stable Rust:
17
18
```rust
19
#![no_std]
0 commit comments