Go back to stable for rustdoc

This commit is contained in:
Alex Crichton 2016-10-14 14:54:50 -07:00
parent ebeab042e6
commit ff9366548b
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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"
))]