Skip to content

Commit 0d9d572

Browse files
authored
Merge pull request #429 from alexcrichton/stable-docs
Go back to stable for rustdoc
2 parents ebeab04 + ff93665 commit 0d9d572

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
# build documentation
3434
- os: linux
3535
env: TARGET=x86_64-unknown-linux-gnu
36-
rust: nightly
36+
rust: stable
3737
script: sh ci/dox.sh
3838

3939
# stable compat

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
#![cfg_attr(all(target_os = "linux", target_arch = "aarch64"), doc(
3434
html_root_url = "https://doc.rust-lang.org/libc/aarch64-unknown-linux-gnu"
3535
))]
36-
#![cfg_attr(all(target_os = "linux", target_arch = "s390x"), doc(
37-
html_root_url = "https://doc.rust-lang.org/libc/s390x-unknown-linux-gnu"
38-
))]
3936
#![cfg_attr(all(target_os = "linux", target_env = "musl"), doc(
4037
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-linux-musl"
4138
))]

0 commit comments

Comments
 (0)