Removed redundant code

This commit is contained in:
Emi Simpson 2022-02-06 18:23:19 -05:00
parent 5dd59810b1
commit 2f44abbe45
Signed by: Emi
GPG key ID: 45E9C6E81BD86E7C

View file

@ -6,8 +6,6 @@ use std::fs::File;
use std::io::ErrorKind;
use std::path::PathBuf;
use argh;
fn main() {
let args: CommandlineArgs = argh::from_env();