summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-10-14 21:33:16 -0700
committerGitHub <noreply@github.com>2016-10-14 21:33:16 -0700
commit0d9d572a28a6bb53049ebdb49f45da1cf6c7810e (patch)
treef04ceee6320b884ee4d682689999e81d2ae6058d
parentebeab042e6bb14a447627b57ed9a493e2cc0e095 (diff)
parentff9366548ba0d02644945137fc45361b8145669a (diff)
downloadrust-libc-0d9d572a28a6bb53049ebdb49f45da1cf6c7810e.tar.gz
Merge pull request #429 from alexcrichton/stable-docs
Go back to stable for rustdoc
-rw-r--r--.travis.yml2
-rw-r--r--src/lib.rs3
2 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e02f9ca256..47a50c7721 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ matrix:
# build documentation
- os: linux
env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly
+ rust: stable
script: sh ci/dox.sh
# stable compat
diff --git a/src/lib.rs b/src/lib.rs
index c25daa5de0..dcc4791f9a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -33,9 +33,6 @@
#![cfg_attr(all(target_os = "linux", target_arch = "aarch64"), doc(
html_root_url = "https://doc.rust-lang.org/libc/aarch64-unknown-linux-gnu"
))]
-#![cfg_attr(all(target_os = "linux", target_arch = "s390x"), doc(
- html_root_url = "https://doc.rust-lang.org/libc/s390x-unknown-linux-gnu"
-))]
#![cfg_attr(all(target_os = "linux", target_env = "musl"), doc(
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-linux-musl"
))]