From 35bc9b5ce6baacb54af343677a7eda8a4b5f18d4 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 26 Feb 2026 10:16:45 +0100 Subject: [PATCH] fix(rust): remove clippy lint --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 855c8d8..096feb5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -66,7 +66,6 @@ missing_assert_message = "warn" missing_asserts_for_indexing = "warn" missing_inline_in_public_items = "warn" multiple_inherent_impl = "warn" -multiple_unsafe_ops_per_block = "warn" mutex_atomic = "warn" needless_raw_strings = "warn" non_zero_suggestions = "warn"