summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 18:16:53 +0000
committerEllie Huxtable <e@elm.sh>2021-02-14 18:16:53 +0000
commit8a5d82e82037627bdff2a1a891845bae9d8b07e0 (patch)
treea14a8ca108b217677757e04494963777db57b8ad /.github
parent0cfa59a3136f20d2d3ff50d38182305ac7e673c7 (diff)
Correct clippy usage
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
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