chore: Fix: cargo doc doesn't have a -D warnings
option
This commit is contained in:
parent
06feb9ae72
commit
bebf54c641
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: doc
|
||||
args: --no-deps ${{ matrix.feature_flag }} -- -D warnings
|
||||
args: --no-deps ${{ matrix.feature_flag }}
|
||||
|
||||
fuzz_read:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue