From a4607dd12ded0a78481c56e97c370fc5be068c42 Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Fri, 6 Sep 2024 18:22:11 +0200 Subject: [PATCH] [ci] Clippy Allowing warnings Signed-off-by: dd di cesare --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 3569ca05..e8bdae71 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -71,4 +71,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all-features -- -D warnings + args: --all-targets --all-features