Removed redundant code
This commit is contained in:
parent
5dd59810b1
commit
2f44abbe45
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue