File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
# build documentation
34
34
- os : linux
35
35
env : TARGET=x86_64-unknown-linux-gnu
36
- rust : nightly
36
+ rust : stable
37
37
script : sh ci/dox.sh
38
38
39
39
# stable compat
Original file line number Diff line number Diff line change 33
33
#![ cfg_attr( all( target_os = "linux" , target_arch = "aarch64" ) , doc(
34
34
html_root_url = "https://doc.rust-lang.org/libc/aarch64-unknown-linux-gnu"
35
35
) ) ]
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
- ) ) ]
39
36
#![ cfg_attr( all( target_os = "linux" , target_env = "musl" ) , doc(
40
37
html_root_url = "https://doc.rust-lang.org/libc/x86_64-unknown-linux-musl"
41
38
) ) ]
You can’t perform that action at this time.
0 commit comments