mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/exe/print.rs')
| -rw-r--r-- | src/exe/print.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exe/print.rs b/src/exe/print.rs index 9a7faae..d1b79c5 100644 --- a/src/exe/print.rs +++ b/src/exe/print.rs @@ -11,7 +11,7 @@ use crate::args::{self, ArgCount, ArgOption, OptionHandler}; use crate::print_err; pub fn main(mut args: Args, arg_off: usize) { - let mut handler = OptionHandler::new(); + let mut handler = OptionHandler::default(); let opt_file = handler .add(ArgOption::new( Some('f'), |