From 34cfc5876c1932bf84b8cc414c71b32f35c9e9f4 Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Wed, 13 Sep 2023 16:49:45 +0200 Subject: [PATCH] remove -D warnings --- .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 c4261f7..40c1584 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -47,5 +47,5 @@ jobs: - name: Run fmt+clippy run: | cargo fmt --all --check - cargo clippy --workspace --all-targets -- -D warnings + cargo clippy --workspace --all-targets