applied suggestions from @kdkasad

This commit is contained in:
gyoder 2025-06-23 17:42:36 -06:00
parent d6a294c043
commit 013317c13c
3 changed files with 17 additions and 13 deletions

View file

@ -8,3 +8,7 @@ anyhow = "1.0.98"
kuchikiki = "0.8.2"
mlua = { version = "0.10.5", features = ["lua54", "vendored", "serialize"] }
tendril = "0.4.3"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }