diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-14 18:16:53 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-14 18:16:53 +0000 |
| commit | 8a5d82e82037627bdff2a1a891845bae9d8b07e0 (patch) | |
| tree | a14a8ca108b217677757e04494963777db57b8ad | |
| parent | Do not allow warnings (diff) | |
| download | atuin-8a5d82e82037627bdff2a1a891845bae9d8b07e0.zip | |
Correct clippy usage
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
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 |
