Skip to content

Commit

Permalink
Merge pull request #677 from SebastienGllmt/patch-1
Browse files Browse the repository at this point in the history
Derive extra error traits
  • Loading branch information
tyt2y3 authored May 9, 2022
2 parents 30e7f42 + 2f4eadc commit 468d704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -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),
Expand Down

0 comments on commit 468d704

Please sign in to comment.