We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef130a commit b5777eeCopy full SHA for b5777ee
1 file changed
src/errors.rs
@@ -2,7 +2,7 @@ use std::{fmt, result};
2
use std::error::Error as StdErr;
3
4
/// The type of Branca errors that can occur when encoding or decoding Branca tokens.
5
-#[derive(Debug, Copy, Clone)]
+#[derive(Debug, Eq, PartialEq, Copy, Clone)]
6
pub enum Error {
7
/// When the given input is not a valid Base62 encoding.
8
InvalidBase62Token,
0 commit comments