From 8a5d82e82037627bdff2a1a891845bae9d8b07e0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 14 Feb 2021 18:16:53 +0000 Subject: Correct clippy usage --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4cf6a7d4..5518d905 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -54,7 +54,7 @@ jobs: components: clippy - name: Run clippy - run: cargo clippy -D warnings + run: cargo clippy -- -D warnings format: runs-on: ubuntu-latest -- cgit v1.2.3