tests: clippy warnings as warn, no deny

This commit is contained in:
2025-07-10 17:17:39 -05:00
parent 1e36db1ff7
commit 279dc043d4
2 changed files with 1 additions and 13 deletions

View File

@@ -5,18 +5,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lints.rust]
dead_code = "allow"
unused_imports = "allow"
unused_variables = "allow"
unused_mut = "allow"
[lints.clippy]
# Allow common development-phase lints
all = { level = "warn", priority = -1 }
too_many_arguments = "allow"
type_complexity = "allow"
[dependencies]
resvg = "0.45.1"
axum = "0.8.4"