mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-29 00:34:14 +00:00
9 lines
159 B
Bash
9 lines
159 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
export RUSTDOCFLAGS="--cfg jemallocator_docs"
|
||
|
cargo doc --features alloc_trait
|
||
|
cargo doc -p jemalloc-sys
|
||
|
cargo doc -p jemalloc-ctl
|