fix some lints

This commit is contained in:
2025-11-22 14:20:09 +01:00
parent 907cc908fb
commit 53d35464f5
3 changed files with 124 additions and 93 deletions

View File

@@ -3,6 +3,11 @@ name = "picorom-rs"
version = "0.1.0"
edition = "2024"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
future-not-send = { level = "allow", priority = 10 }
[[bin]]
name = "picorom-rs"
test = false