From 2c02953b3adf75effea264bb961f2465c6e0ece5 Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Fri, 13 Dec 2024 13:57:55 +0000 Subject: [PATCH] chore: suppress clippy warnings --- .github/workflows/rust-CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust-CI.yml b/.github/workflows/rust-CI.yml index 01200e501..ed47ef278 100644 --- a/.github/workflows/rust-CI.yml +++ b/.github/workflows/rust-CI.yml @@ -39,4 +39,6 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy - - run: cargo clippy -- -D warnings \ No newline at end of file + - run: cargo clippy + # -- -D warnings +