fix some lints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user