Skip to content

Commit 8c333d2

Browse files
committed
chore: Rust 1.82.0 linting
1 parent 3658f16 commit 8c333d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/parse_cli.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ pub struct CliArgs {
1515
impl CliArgs {
1616
/// Parse cli arguments
1717
pub fn new() -> Self {
18-
let args = Self::parse();
19-
Self {
20-
install: args.install,
21-
uninstall: args.uninstall,
22-
}
18+
Self::parse()
2319
}
2420
}

0 commit comments

Comments
 (0)