reven more strict clippy

This commit is contained in:
2026-07-31 02:55:02 +02:00
parent 6a9c6708eb
commit 0994397537
+4
View File
@@ -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"