about summary refs log tree commit diff
path: root/src/rustc/libc_shim
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustc/libc_shim')
-rw-r--r--src/rustc/libc_shim/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustc/libc_shim/Cargo.toml b/src/rustc/libc_shim/Cargo.toml
index e501766fbed..39df3528be3 100644
--- a/src/rustc/libc_shim/Cargo.toml
+++ b/src/rustc/libc_shim/Cargo.toml
@@ -17,6 +17,7 @@ name = "libc"
 path = "../../liblibc/src/lib.rs"
 test = false
 bench = false
+doc = false
 
 [dependencies]
 core = { path = "../../libcore" }