clippy: apply and fix new lints

This commit is contained in:
2025-08-17 16:35:54 +02:00
parent 61a41c7122
commit 3b19cb8b18
6 changed files with 17 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ unsafe_code = "forbid"
pedantic = { level = "warn", priority = -1 }
todo = "warn"
unwrap_used = "warn"
needless_pass_by_value = "allow"
[build-dependencies]
tauri-build = { version = "2", features = [] }