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 ded8bf2 commit 7578627Copy full SHA for 7578627
.github/workflows/rustdoc.yml
@@ -17,11 +17,9 @@ jobs:
17
18
- name: Install nightly toolchain
19
uses: dtolnay/rust-toolchain@master
20
- with:
21
- toolchain: nightly-2025-10-30 # date of 1.91, because 1.92+ removed doc_auto_cfg, which is not yet supported by all dependencies
22
23
- name: Cache dependencies
24
uses: Swatinem/rust-cache@v2
25
26
- name: Check rustdoc build
27
- run: RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features -Zunstable-options -Zrustdoc-scrape-examples
+ run: RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features -Zunstable-options -Zrustdoc-scrape-examples --no-deps
0 commit comments