From 4d34562365c972980c31deb5745a6e280c5505ae Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Wed, 15 Apr 2026 18:12:49 +0530 Subject: Enable pendantic clippy warning. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b7cc026..6ad0fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,8 @@ edition = "2024" [dependencies] socket2 = { version = "0.5.7", features = ["all"] } +[lints.clippy] +pedantic = "warn" + +[lints.rust] +warnings = "warn" -- cgit v1.2.3