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