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.
Error
1 parent 2909af8 commit b6dc9eeCopy full SHA for b6dc9ee
src/lib.rs
@@ -42,7 +42,7 @@ use thiserror::Error;
42
#[cfg(feature = "serde")]
43
extern crate serde;
44
45
-#[derive(Error, Debug)]
+#[derive(Error, Debug, PartialEq, Eq)]
46
pub enum Error {
47
#[error("Invalid url: \"{0}\"")]
48
ParseUrl(String),
0 commit comments