Skip to content

Commit ad3db07

Browse files
Try using stable toolchain for docs
1 parent 1839cf5 commit ad3db07

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@nightly
32+
- uses: dtolnay/rust-toolchain@stable
3333

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

0 commit comments

Comments
 (0)