diff --git a/src/error.rs b/src/error.rs index 273b9c9d5..974bdba14 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),