From ad4e37cfb65b84f6db7bfb7d649afbf60f0c1836 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 23 Apr 2025 18:02:03 +0100 Subject: [PATCH] Remove duplicated lines --- cxx/src/lib.rs | 1 - ffi-errors/src/lib.rs | 1 - nodejs/src/lib.rs | 1 - pyo3/src/lib.rs | 1 - src/lib.rs | 1 - 5 files changed, 5 deletions(-) diff --git a/cxx/src/lib.rs b/cxx/src/lib.rs index 81a790fa..c6d33867 100644 --- a/cxx/src/lib.rs +++ b/cxx/src/lib.rs @@ -56,7 +56,6 @@ clippy::mem_forget, clippy::missing_assert_message, clippy::missing_asserts_for_indexing, - clippy::missing_asserts_for_indexing, clippy::mixed_read_write_in_expression, clippy::multiple_inherent_impl, clippy::multiple_unsafe_ops_per_block, diff --git a/ffi-errors/src/lib.rs b/ffi-errors/src/lib.rs index b3188028..bac37dd8 100644 --- a/ffi-errors/src/lib.rs +++ b/ffi-errors/src/lib.rs @@ -52,7 +52,6 @@ clippy::mem_forget, clippy::missing_assert_message, clippy::missing_asserts_for_indexing, - clippy::missing_asserts_for_indexing, clippy::mixed_read_write_in_expression, clippy::multiple_inherent_impl, clippy::multiple_unsafe_ops_per_block, diff --git a/nodejs/src/lib.rs b/nodejs/src/lib.rs index 1bdc7f41..73da32c8 100644 --- a/nodejs/src/lib.rs +++ b/nodejs/src/lib.rs @@ -54,7 +54,6 @@ clippy::mem_forget, clippy::missing_assert_message, clippy::missing_asserts_for_indexing, - clippy::missing_asserts_for_indexing, clippy::mixed_read_write_in_expression, clippy::multiple_inherent_impl, clippy::multiple_unsafe_ops_per_block, diff --git a/pyo3/src/lib.rs b/pyo3/src/lib.rs index 27c25a50..05584058 100644 --- a/pyo3/src/lib.rs +++ b/pyo3/src/lib.rs @@ -52,7 +52,6 @@ clippy::mem_forget, clippy::missing_assert_message, clippy::missing_asserts_for_indexing, - clippy::missing_asserts_for_indexing, clippy::mixed_read_write_in_expression, clippy::multiple_inherent_impl, clippy::multiple_unsafe_ops_per_block, diff --git a/src/lib.rs b/src/lib.rs index 77e327a6..02e698f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -56,7 +56,6 @@ clippy::mem_forget, clippy::missing_assert_message, clippy::missing_asserts_for_indexing, - clippy::missing_asserts_for_indexing, clippy::mixed_read_write_in_expression, clippy::multiple_inherent_impl, clippy::multiple_unsafe_ops_per_block,