clippy: more lints

This commit is contained in:
2025-12-21 11:04:32 +01:00
parent 7b6d9e9bf6
commit 5e9be9d27f

View File

@@ -3,4 +3,12 @@ name = "pfs-tftp"
version = "0.1.0"
edition = "2024"
[lints.rust]
unsafe_code = "forbid"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
todo = "warn"
unwrap_used = "warn"
[dependencies]