From a943081353f779461c7e53039cfd134ec54b668f Mon Sep 17 00:00:00 2001 From: Michael de Silva Date: Sun, 8 Sep 2024 18:41:03 +0530 Subject: [PATCH] FIX Github CI clippy --- .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 6b53203..5eb50e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@clippy - - run: cargo clippy --features rc,unstable -- -Dclippy::all -Dclippy::pedantic + - run: cargo clippy -- -Dclippy::all -Dclippy::pedantic miri: name: Miri