Skip to content

Commit

Permalink
chore: Rust 1.82.0 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Oct 19, 2024
1 parent 3658f16 commit 8c333d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/parse_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ pub struct CliArgs {
impl CliArgs {
/// Parse cli arguments
pub fn new() -> Self {
let args = Self::parse();
Self {
install: args.install,
uninstall: args.uninstall,
}
Self::parse()
}
}

0 comments on commit 8c333d2

Please sign in to comment.