clippy: add same lints to all crates
This commit is contained in:
@@ -3,6 +3,14 @@ name = "lanspread-mdns"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[dependencies]
|
||||
mdns-sd = { workspace = true }
|
||||
eyre = { workspace = true }
|
||||
|
Reference in New Issue
Block a user