]> git.r.bdr.sh - rbdr/blog/blobdiff - src/main.rs
Cleanup
[rbdr/blog] / src / main.rs
index a5c2cf646a22b7e219d7c594c456e745044c73c9..535a2dddfc0b7372de01ab85d04f754dd73c5f4e 100644 (file)
@@ -1,4 +1,3 @@
-// mod argument_parser;
 mod configuration;
 mod command;
 mod constants;
@@ -26,7 +25,7 @@ fn main() -> Result<()> {
         match result {
             Ok(_) => Ok(()),
             Err(e) => {
-                eprintln!("Error: {}", e);
+                eprintln!("{}", e);
                 std::process::exit(1);
             }
         }