From 5e9be9d27fe18d5789cb2798ea34cdefc5a4158c Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 21 Dec 2025 11:04:32 +0100 Subject: [PATCH] clippy: more lints --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e648298..da8351b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]