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 deb0d53 commit 1854ccdCopy full SHA for 1854ccd
.github/workflows/pages.yml
@@ -30,8 +30,10 @@ jobs:
30
- name: Build rust docs
31
run: |
32
mkdir -p _site/
33
- cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --workspace --no-deps --features=all,internals -- --cfg docsrs
+ cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --workspace --no-deps --features=all,internals
34
mv target/doc/ _site/main/
35
+ env:
36
+ RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"
37
- uses: actions/setup-python@v5
38
with:
39
python-version: '3.13'
0 commit comments