We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3278cd + 3843733 commit b4a53e7Copy full SHA for b4a53e7
.github/workflows/rustdoc.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Cache
30
uses: Swatinem/rust-cache@v2
31
- name: Create Docs
32
- run: cargo doc --workspace --verbose --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples
+ # rustdoc-map allows us to link to doc.rs for dependencies
33
+ run: cargo doc --workspace --verbose --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples -Zrustdoc-map
34
- name: Fix permissions
35
run: |
36
chmod -c -R +rX "target/doc/" | while read line; do
0 commit comments