mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 21:10:28 +00:00
Cargo.toml: add alloc to docs.rs build
This commit is contained in:
parent
4c40b606f5
commit
f83c254cf1
@ -60,7 +60,7 @@ ufmt = "0.2"
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["ufmt", "serde", "defmt-03", "mpmc_large", "portable-atomic-critical-section"]
|
||||
features = ["ufmt", "serde", "defmt-03", "mpmc_large", "portable-atomic-critical-section", "alloc"]
|
||||
# for the pool module
|
||||
targets = ["i686-unknown-linux-gnu"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user