diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-28 10:53:43 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-30 10:00:33 -0800 |
| commit | a8535ce9d1045eebf92a477e846b720a08513cd0 (patch) | |
| tree | d4022c1b68c48969f8f3c3f67ce08603eceeee0d /src/liballoc_jemalloc | |
| parent | 7f2d2afa9196ba6314a29e58d5324dbd9923c75e (diff) | |
| download | rust-a8535ce9d1045eebf92a477e846b720a08513cd0.tar.gz rust-a8535ce9d1045eebf92a477e846b720a08513cd0.zip | |
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" } |
