chore: enable clippy pedantic lints

This commit is contained in:
Tim Schubert 2025-08-09 20:03:23 +02:00
parent 9b0f298bdc
commit 7aae7f84d8
No known key found for this signature in database

View file

@ -11,3 +11,6 @@ path = "src/main.rs"
anyhow = "1.0.98"
url = "2.5.4"
walkdir = "2.5.0"
[lints.clippy]
pedantic = "warn"