12 lines
376 B
Diff
12 lines
376 B
Diff
diff --git a/src/main.rs b/src/main.rs
|
|
index bcd4f0c..1395a73 100644
|
|
--- a/src/main.rs
|
|
+++ b/src/main.rs
|
|
@@ -529,6 +529,6 @@ fn main() {
|
|
}),
|
|
) {
|
|
Ok(_) => (),
|
|
- Err(error) => panic!("A massive error occured, not sure whats goin on here: \n {}"),
|
|
+ Err(error) => panic!("A massive error occured, not sure whats goin on here"),
|
|
}
|
|
}
|