about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-12-30 18:24:27 +0000
committerbors <bors@rust-lang.org>2016-12-30 18:24:27 +0000
commit6c9bb42ecc48ffb5a3c8b61e220b11adc3a46384 (patch)
treed4022c1b68c48969f8f3c3f67ce08603eceeee0d /src/liballoc_system
parent7f2d2afa9196ba6314a29e58d5324dbd9923c75e (diff)
parenta8535ce9d1045eebf92a477e846b720a08513cd0 (diff)
downloadrust-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_system')
-rw-r--r--src/liballoc_system/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc_system/Cargo.toml b/src/liballoc_system/Cargo.toml
index 88e8e2d7adb..8e3c2c0b9cc 100644
--- a/src/liballoc_system/Cargo.toml
+++ b/src/liballoc_system/Cargo.toml
@@ -7,6 +7,7 @@ version = "0.0.0"
 name = "alloc_system"
 path = "lib.rs"
 test = false
+doc = false
 
 [dependencies]
 core = { path = "../libcore" }