From e0cf026bbb27b4bdc92f3e01537f68ac8f4dc6b0 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 25 May 2020 13:28:21 +0200 Subject: [PATCH] Try revert to nightly-2020-05-20 (#1590) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44715bfd..f77c5f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,9 +85,9 @@ jobs: - name: Install nightly Rust # TODO: intra-doc links are available on nightly only # see https://doc.rust-lang.org/nightly/rustdoc/lints.html#intra_doc_link_resolution_failure - run: rustup default nightly + run: rustup default nightly-2020-05-20 - name: Check rustdoc links - run: RUSTDOCFLAGS="--deny intra_doc_link_resolution_failure" cargo +nightly doc --verbose --workspace --no-deps --document-private-items + run: RUSTDOCFLAGS="--deny intra_doc_link_resolution_failure" cargo doc --verbose --workspace --no-deps --document-private-items integration-test: name: Integration tests