std: Don't build docs for misc facade crates

Retain the same behavior as stable.

Closes #38319
This commit is contained in:
Alex Crichton 2016-12-28 10:53:43 -08:00
parent 7f2d2afa91
commit a8535ce9d1
10 changed files with 11 additions and 1 deletions

View file

@ -9,6 +9,7 @@ links = "jemalloc"
name = "alloc_jemalloc"
path = "lib.rs"
test = false
doc = false
[dependencies]
core = { path = "../libcore" }