diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-28 10:53:43 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-12-30 10:00:33 -0800 |
| commit | a8535ce9d1045eebf92a477e846b720a08513cd0 (patch) | |
| tree | d4022c1b68c48969f8f3c3f67ce08603eceeee0d /src/liballoc_system | |
| parent | 7f2d2afa9196ba6314a29e58d5324dbd9923c75e (diff) | |
| download | rust-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/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" } |
