Skip to content

Commit 5495354

Browse files
Revert "Try using stable toolchain for docs"
This reverts commit ad3db07.
1 parent ad3db07 commit 5495354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
RUST_BACKTRACE: 1
3030
steps:
3131
- uses: actions/checkout@v3
32-
- uses: dtolnay/rust-toolchain@stable
32+
- uses: dtolnay/rust-toolchain@nightly
3333

3434
- name: Check documentation
3535
shell: bash
3636
env:
3737
RUSTFLAGS: --cfg docsrs
38-
RUSTDOCFLAGS: --cfg docsrs --cfg doc_cfg -Dwarnings
38+
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
3939
run: cargo doc --no-deps --document-private-items --all-features

0 commit comments

Comments
 (0)