diff --git a/src/error.rs b/src/error.rs index 3e6753c67..aecc3f528 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,5 +1,5 @@ /// An error from unsuccessful database operations -#[derive(Debug, PartialEq)] +#[derive(Debug, PartialEq, Eq, Clone)] pub enum DbErr { /// There was a problem with the database connection Conn(String),