[librsvg: 27/32] FilterError does not need to be PartialEq




commit e80df078675e6ad5f94354c205de28bd84011046
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Dec 3 19:06:56 2020 -0600

    FilterError does not need to be PartialEq

 src/filters/error.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/filters/error.rs b/src/filters/error.rs
index b8ebe21f..d5cd1043 100644
--- a/src/filters/error.rs
+++ b/src/filters/error.rs
@@ -3,7 +3,7 @@ use std::fmt;
 use crate::error::RenderingError;
 
 /// An enumeration of errors that can occur during filter primitive rendering.
-#[derive(Debug, Clone, PartialEq)]
+#[derive(Debug, Clone)]
 pub enum FilterError {
     /// The units on the filter bounds are invalid
     InvalidUnits,


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