From 0994397537ea2278429bf18836f6dd55311e6064 Mon Sep 17 00:00:00 2001 From: soruh Date: Fri, 31 Jul 2026 02:55:02 +0200 Subject: [PATCH] reven more strict clippy --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d151ca5..ca2d5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,7 @@ clone_on_ref_ptr = "deny" shadow_reuse = "deny" shadow_same = "deny" shadow_unrelated = "deny" + +# Force using expect and providing a reason +allow_attributes = "deny" +allow_attributes_without_reason = "deny"