diff options
| author | bors <bors@rust-lang.org> | 2016-12-30 18:24:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-12-30 18:24:27 +0000 |
| commit | 6c9bb42ecc48ffb5a3c8b61e220b11adc3a46384 (patch) | |
| tree | d4022c1b68c48969f8f3c3f67ce08603eceeee0d /src/liballoc_jemalloc | |
| parent | 7f2d2afa9196ba6314a29e58d5324dbd9923c75e (diff) | |
| parent | a8535ce9d1045eebf92a477e846b720a08513cd0 (diff) | |
| download | rust-6c9bb42ecc48ffb5a3c8b61e220b11adc3a46384.tar.gz rust-6c9bb42ecc48ffb5a3c8b61e220b11adc3a46384.zip | |
Auto merge of #38658 - alexcrichton:less-docs, r=nikomatsakis
std: Don't build docs for misc facade crates Retain the same behavior as stable. Closes #38319
Diffstat (limited to 'src/liballoc_jemalloc')
| -rw-r--r-- | src/liballoc_jemalloc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc_jemalloc/Cargo.toml b/src/liballoc_jemalloc/Cargo.toml index 25b3c8a3a0a..01393be9949 100644 --- a/src/liballoc_jemalloc/Cargo.toml +++ b/src/liballoc_jemalloc/Cargo.toml @@ -9,6 +9,7 @@ links = "jemalloc" name = "alloc_jemalloc" path = "lib.rs" test = false +doc = false [dependencies] core = { path = "../libcore" } |
