From 53daef4cf3c1512dd0af7a0c982cd845ca8eaeef Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Wed, 13 Sep 2023 16:25:30 +0200 Subject: [PATCH] add -D warnings to clippy --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 5407054..9a46e72 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -47,4 +47,4 @@ jobs: - name: Run fmt+clippy run: | cargo fmt --all --check - cargo clippy --workspace --all-targets + cargo clippy --workspace --all-targets -- -D warnings