diff options
| author | Johann Hemmann <johann.hemmann@code.berlin> | 2024-01-30 14:15:10 +0100 |
|---|---|---|
| committer | Johann Hemmann <johann.hemmann@code.berlin> | 2024-01-30 14:44:44 +0100 |
| commit | 628f70156e379dfd4053c08c23290d8e81f77f04 (patch) | |
| tree | 433960b52bde171a78c5a02eba425d3af48312c9 | |
| parent | 73c7c729c5bc67d4e4fe713614ce2696665ed02a (diff) | |
| download | rust-628f70156e379dfd4053c08c23290d8e81f77f04.tar.gz rust-628f70156e379dfd4053c08c23290d8e81f77f04.zip | |
CI: Don't deny clippy warnings
We configure that in the lint table in `Cargo.toml`.
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52cbda5a613..b5c5ff04738 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,7 +105,7 @@ jobs: - name: clippy if: matrix.os == 'ubuntu-latest' - run: cargo clippy --all-targets -- -D warnings + run: cargo clippy --all-targets # Weird targets to catch non-portable code rust-cross: |
