1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

add clippy check

This commit is contained in:
n4n5 2024-06-28 11:28:25 +02:00
parent 4b0090b323
commit 2a0adcd736
No known key found for this signature in database
GPG key ID: 79414EADC6D4B457
2 changed files with 7 additions and 0 deletions

View file

@ -548,3 +548,8 @@ inherits = "release"
opt-level = "z"
panic = "abort"
strip = true
[lints.clippy]
all = "deny"
cargo = "warn"
pedantic = "deny"