test idk what i did wrong tbh this erorr is confusing

This commit is contained in:
endernon 2024-11-05 18:46:33 +00:00
parent 0c7f30a73d
commit e1cbcfc193

View file

@ -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();