Correct clippy usage

This commit is contained in:
Ellie Huxtable 2021-02-14 18:16:53 +00:00
parent 0cfa59a313
commit 8a5d82e820

View file

@ -54,7 +54,7 @@ jobs:
components: clippy components: clippy
- name: Run clippy - name: Run clippy
run: cargo clippy -D warnings run: cargo clippy -- -D warnings
format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest