about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2017-01-01 12:40:10 +0900
committerGitHub <noreply@github.com>2017-01-01 12:40:10 +0900
commitb14785d3d0e3093983f6d6e266b754e1b536da10 (patch)
tree37e6e5bb194c6f1a6721d928c63ba4c06b9de126 /src/liballoc_system
parent728ec85e9af04784263acaf2993b2dbf4c07519f (diff)
parent07412c8d253121ee912014021a1dd7308b7154a1 (diff)
downloadrust-b14785d3d0e3093983f6d6e266b754e1b536da10.tar.gz
rust-b14785d3d0e3093983f6d6e266b754e1b536da10.zip
Merge branch 'master' into sparc64
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" }