From 6ccba0510b12ba7dfbad74040c0ac180f8f67cfb Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Sun, 31 Dec 2017 03:35:09 -0800 Subject: [PATCH] Forgot to delete a bit from commandline option parsing. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9a01399..5244b09 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,7 +33,6 @@ Options: #[derive(Debug, Deserialize)] struct Args { arg_file: Option, - flag_gui: bool, flag_help: bool, }