From 876e23976980f32171c396628f0a77ec9159f69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 8 Sep 2026 09:58:35 +0000 Subject: [PATCH] chore: declare lints in the manifest --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9077e09..d6e03fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,3 +21,10 @@ serde_json = "1.0.145" [build-dependencies] clap = { version = "4.6.6", features = ["derive", "env"] } clap_complete = "4.6.9" + +[lints.rust] +unsafe_code = "forbid" + +[lints.clippy] +dbg_macro = "warn" +todo = "warn"