clippy: more lints

This commit is contained in:
2025-12-21 11:04:49 +01:00
parent 7aa7674e77
commit d537ad4ee2

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]