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.
2 parents 6e25040 + 709fdd1 commit 7f122f6Copy full SHA for 7f122f6
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
toolchain: nightly
37
- name: cargo +nightly doc
38
- run: RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo doc --all-features
+ run: RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo +nightly doc --all-features
39
- name: page configuration
40
uses: actions/configure-pages@v3
41
- name: Upload artifact
0 commit comments