From 800b391184256869ba441b63bed011c3c131937b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 26 Feb 2026 10:02:28 +0100 Subject: [PATCH] fix(rust): remove clippy diagnostic --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e9aa709..855c8d8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -92,7 +92,6 @@ suspicious_xor_used_as_pow = "warn" tests_outside_test_module = "warn" todo = "warn" try_err = "warn" -undocumented_unsafe_blocks = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unnecessary_self_imports = "warn"