about summary refs log tree commit diff
path: root/src/libpanic_unwind
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-28 10:53:43 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-30 10:00:33 -0800
commita8535ce9d1045eebf92a477e846b720a08513cd0 (patch)
treed4022c1b68c48969f8f3c3f67ce08603eceeee0d /src/libpanic_unwind
parent7f2d2afa9196ba6314a29e58d5324dbd9923c75e (diff)
downloadrust-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/libpanic_unwind')
-rw-r--r--src/libpanic_unwind/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libpanic_unwind/Cargo.toml b/src/libpanic_unwind/Cargo.toml
index 90c16fff6f1..a978ea16e9e 100644
--- a/src/libpanic_unwind/Cargo.toml
+++ b/src/libpanic_unwind/Cargo.toml
@@ -7,6 +7,7 @@ version = "0.0.0"
 path = "lib.rs"
 test = false
 bench = false
+doc = false
 
 [dependencies]
 alloc = { path = "../liballoc" }