1 parent ad3db07 commit 5495354Copy full SHA for 5495354
1 file changed
.github/workflows/check-docs.yml
@@ -29,11 +29,11 @@ jobs:
29
RUST_BACKTRACE: 1
30
steps:
31
- uses: actions/checkout@v3
32
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@nightly
33
34
- name: Check documentation
35
shell: bash
36
env:
37
RUSTFLAGS: --cfg docsrs
38
- RUSTDOCFLAGS: --cfg docsrs --cfg doc_cfg -Dwarnings
+ RUSTDOCFLAGS: --cfg docsrs -Dwarnings
39
run: cargo doc --no-deps --document-private-items --all-features
0 commit comments