jemallocator/ci/dox.sh

9 lines
159 B
Bash
Raw Normal View History

2018-11-07 18:57:11 +00:00
#!/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