File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ jobs:
326326 DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev
327327 - name : Document with scrapping example
328328 run : |
329- cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
329+ cargo doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
330330
331331 example-doc-check2 :
332332 name : Example Documentation
@@ -359,7 +359,7 @@ jobs:
359359 DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev
360360 - name : Document with scrapping example
361361 run : |
362- cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
362+ cargo doc -Zunstable-options -Zrustdoc-scrape-examples --no-deps
363363
364364 # release-private-registry:
365365 # name: Release to Private Registry
You can’t perform that action at this time.
0 commit comments