We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0561c39 commit d02c2b6Copy full SHA for d02c2b6
.github/workflows/check-releasability.yml
@@ -334,7 +334,7 @@ jobs:
334
id: scrape
335
continue-on-error: true
336
run: |
337
- cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
+ cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps --all-features
338
- name: Fail when needed
339
340
if [[ ${{ steps.initial.outputs.initial }} == "false" ]]; then
0 commit comments