Skip to content

Commit

Permalink
Try revert to nightly-2020-05-20 (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored May 25, 2020
1 parent 34faf94 commit e0cf026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0cf026

Please sign in to comment.