[librsvg: 8/16] clippy: allow deriving PartialEq without deriving Eq
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 8/16] clippy: allow deriving PartialEq without deriving Eq
- Date: Fri, 16 Sep 2022 01:46:19 +0000 (UTC)
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]