From ff9366548ba0d02644945137fc45361b8145669a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 14 Oct 2016 14:54:50 -0700 Subject: [PATCH] Go back to stable for rustdoc --- .travis.yml | 2 +- src/lib.rs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e02f9ca2..47a50c77 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 c25daa5d..dcc4791f 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" ))]