summary refs log tree commit diff
path: root/src/argument.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/argument.rs')
-rw-r--r--src/argument.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/argument.rs b/src/argument.rs
index 43ae424..6b4cfe9 100644
--- a/src/argument.rs
+++ b/src/argument.rs
@@ -44,6 +44,7 @@ use std::fmt::{self, Display};
 use std::result;
 
 /// An error with argument parsing.
+#[derive(Debug)]
 pub enum Error {
     /// There was a syntax error with the argument.
     Syntax(String),