From 3578393db82cb356d5b524ae77fc03bf0300b2d7 Mon Sep 17 00:00:00 2001 From: dehwyy Date: Wed, 16 Oct 2024 21:58:49 +0300 Subject: [PATCH] [CI] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9437bb..24673d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: name: cargo check runs-on: ubuntu-latest env: - RUSTFLAGS: -D warnings + RUSTFLAGS: -A warnings steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1