From d537ad4ee2ca24474c1ea7c945148d44fa4cc302 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 21 Dec 2025 11:04:49 +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]