Skip to content

Commit

Permalink
remove stray comment (cleanup)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobowers committed Jul 8, 2024
1 parent fe1a39e commit 39a3db6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lef21/src/bin/lefrw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ impl Config {
}
}

//fn parse_config(args:

fn run() -> Result<(), Box<dyn Error>> {
let args : Vec<String> = env::args().collect();
let cfg = Config::new(&args)?;
Expand Down

0 comments on commit 39a3db6

Please sign in to comment.