remove clippy pedantic

This commit is contained in:
Noa Aarts 2024-10-19 15:09:15 +02:00
parent 6c6e131e61
commit a8bc1555c2
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
- run: cargo clippy --tests -- -Dclippy::all
# outdated:
# name: Outdated