From 86290880e2b6ace9740d7430c522410a18a6f780 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..bb61539a 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 # TODO: Re-add `-- -D warnings` when https://github.com/stepancheg/rust-protobuf/pull/733 is released to new version of crate