We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebeab04 + ff93665 commit 0d9d572Copy full SHA for 0d9d572
.travis.yml
@@ -33,7 +33,7 @@ matrix:
33
# build documentation
34
- os: linux
35
env: TARGET=x86_64-unknown-linux-gnu
36
- rust: nightly
+ rust: stable
37
script: sh ci/dox.sh
38
39
# stable compat
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(
40
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-linux-musl"
41
0 commit comments