summaryrefslogtreecommitdiffstats
path: root/svgbob_cli/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob_cli/src/main.rs')
-rw-r--r--svgbob_cli/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/svgbob_cli/src/main.rs b/svgbob_cli/src/main.rs
index 4b7b670..e2ef640 100644
--- a/svgbob_cli/src/main.rs
+++ b/svgbob_cli/src/main.rs
@@ -83,7 +83,6 @@ fn main() {
}
Err(e) => {
use std::io::Write;
- use std::process::exit;
writeln!(
&mut std::io::stderr(),
@@ -124,7 +123,6 @@ fn main() {
if let Some(file) = args.value_of("output") {
if let Err(e) = svg::save(file, &svg) {
use std::io::Write;
- use std::process::exit;
writeln!(
&mut std::io::stderr(),
@@ -148,7 +146,6 @@ where
Ok(a) => Some(a),
Err(e) => {
use std::io::Write;
- use std::process::exit;
writeln!(
&mut std::io::stderr(),