We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b90c6 commit 50ddb53Copy full SHA for 50ddb53
src/error.rs
@@ -15,7 +15,7 @@ pub type Result<T> = std::result::Result<T, Error>;
15
// information in its error type, for example the line and column at which the
16
// error occurred, the byte offset into the input, or the current key being
17
// processed.
18
-#[derive(Clone, Debug, PartialEq)]
+#[derive(Debug)]
19
pub enum Error {
20
// One or more variants that can be created by data structures through the
21
// `ser::Error` and `de::Error` traits. For example the Serialize impl for
0 commit comments