diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2017-01-01 12:40:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-01 12:40:10 +0900 |
| commit | b14785d3d0e3093983f6d6e266b754e1b536da10 (patch) | |
| tree | 37e6e5bb194c6f1a6721d928c63ba4c06b9de126 /src/liballoc_system | |
| parent | 728ec85e9af04784263acaf2993b2dbf4c07519f (diff) | |
| parent | 07412c8d253121ee912014021a1dd7308b7154a1 (diff) | |
| download | rust-b14785d3d0e3093983f6d6e266b754e1b536da10.tar.gz rust-b14785d3d0e3093983f6d6e266b754e1b536da10.zip | |
Merge branch 'master' into sparc64
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/Cargo.toml | 1 |
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" } |
