From bebf54c64164f156d71babf1c4e9b1c7a3547223 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 3 May 2024 11:55:02 -0700 Subject: [PATCH] chore: Fix: cargo doc doesn't have a `-D warnings` option --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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