about summary refs log tree commit diff
path: root/finito-postgres/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'finito-postgres/src/error.rs')
-rw-r--r--finito-postgres/src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/finito-postgres/src/error.rs b/finito-postgres/src/error.rs
index ccbf0c107e1b..0fb30a99dcd7 100644
--- a/finito-postgres/src/error.rs
+++ b/finito-postgres/src/error.rs
@@ -5,4 +5,5 @@ use std::result;
 
 pub type Result<T> = result::Result<T, Error>;
 
+#[derive(Debug)]
 pub enum Error { SomeError }