We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01d24f commit 9e55c84Copy full SHA for 9e55c84
_src/error-handling.md
@@ -53,7 +53,7 @@ pub type Result<T> = std::result::Result<T, Error>;
53
// information in its error type, for example the line and column at which the
54
// error occurred, the byte offset into the input, or the current key being
55
// processed.
56
-#[derive(Clone, Debug, PartialEq)]
+#[derive(Debug)]
57
pub enum Error {
58
// One or more variants that can be created by data structures through the
59
// `ser::Error` and `de::Error` traits. For example the Serialize impl for
0 commit comments