We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1839cf5 commit ad3db07Copy full SHA for ad3db07
.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@nightly
+ - uses: dtolnay/rust-toolchain@stable
33
34
- name: Check documentation
35
shell: bash
36
env:
37
RUSTFLAGS: --cfg docsrs
38
- RUSTDOCFLAGS: --cfg docsrs -Dwarnings
+ RUSTDOCFLAGS: --cfg docsrs --cfg doc_cfg -Dwarnings
39
run: cargo doc --no-deps --document-private-items --all-features
0 commit comments