diff --git a/src/main.rs b/src/main.rs index 96c54e0..fdf2906 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,7 +31,11 @@ struct Args { // const fallbackconfigpath: String = "config.json".to_owned(); -fn main() -> Result<(), Errors> { +#[derive(Debug)] +struct E; + + +fn main() -> Result<(), E> { // enable fancypanic when building for release // fancypanic(); let args = Args::parse();