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 b50a6c6 commit 0056db3Copy full SHA for 0056db3
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
env:
43
LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.llvm }}/lib
44
RUSTDOCFLAGS: --cfg docs
45
- run: cargo --release
+ run: cargo doc --release
46
- name: Build guide
47
run: |
48
mdbook build guide
0 commit comments