We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa56417 commit 9676543Copy full SHA for 9676543
.github/workflows/build-website.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Generate documentation
28
run: cargo doc -p time --all-features ${{ matrix.kind == 'internal' && '--document-private-items' || '' }}
29
env:
30
- RUSTDOCFLAGS: --cfg __time_03_docs ${{ matrix.kind == 'internal' && '--document-hidden-items' || '' }} -Zunstable-options --generate-link-to-definition
+ RUSTDOCFLAGS: --cfg docsrs ${{ matrix.kind == 'internal' && '--document-hidden-items' || '' }} -Zunstable-options --generate-link-to-definition
31
32
- name: Upload artifact
33
uses: actions/upload-artifact@v4
0 commit comments