mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
Remove unnessesary unwrap
This commit is contained in:
parent
2866a1d1b2
commit
b851935e08
@ -25,8 +25,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
Some((_, _)) => {
|
Some((_, _)) => {
|
||||||
cli.about("Command not found try existing ones!")
|
cli.about("Command not found try existing ones!")
|
||||||
.print_help()
|
.print_help();
|
||||||
.unwrap();
|
|
||||||
}
|
}
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user