Skip to content

Commit

Permalink
fix(main.rs): underbar unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-sec committed Apr 23, 2024
1 parent 546ac96 commit a9a16b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ fn hello() -> String {
}

fn main() {
let args = Args::parse();
let _args = Args::parse();

println!("Hello, world!");


println!("{}", hello());
}

Expand Down

0 comments on commit a9a16b1

Please sign in to comment.