[librsvg: 8/16] clippy: allow deriving PartialEq without deriving Eq




commit 381c978b1a58635174dfc2b3253e9191b14ce2b4
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Sep 15 15:56:59 2022 -0500

    clippy: allow deriving PartialEq without deriving Eq
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/747>

 src/lib.rs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/lib.rs b/src/lib.rs
index ce602d444..69be845ab 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -140,6 +140,7 @@
 #![allow(clippy::clone_on_ref_ptr)]
 #![allow(clippy::not_unsafe_ptr_arg_deref)]
 #![allow(clippy::too_many_arguments)]
+#![allow(clippy::derive_partial_eq_without_eq)]
 #![warn(nonstandard_style, rust_2018_idioms, unused)]
 // Some lints no longer exist
 #![warn(renamed_and_removed_lints)]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]