CI: Don't deny clippy warnings

We configure that in the lint table in `Cargo.toml`.
This commit is contained in:
Johann Hemmann 2024-01-30 14:15:10 +01:00
parent 73c7c729c5
commit 628f70156e

View file

@ -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: