commit | 254e1a7d12a83687adb140aa021854fcaf14b254 | [log] [tgz] |
---|---|---|
author | Stjepan Glavina <stjepang@gmail.com> | Mon May 11 12:23:20 2020 +0200 |
committer | Stjepan Glavina <stjepang@gmail.com> | Mon May 11 12:23:20 2020 +0200 |
tree | 4baba99f4a59d2d106bee7cab3a0a7b9d563af0d | |
parent | b39e48f76788ae382389882088f6ec90df32ea30 [diff] |
Don't let clippy fail the build
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 99b0f29..fc1d901 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml
@@ -35,4 +35,4 @@ - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features + args: --all-features -- -W clippy::all