diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b7542d7..6fe1a9b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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