mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 13:28:33 +00:00
remove redundant explicit exit
This commit is contained in:
parent
8510aea651
commit
2cb4a22188
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ fn main() {
|
|||
eprintln!("{:?}", e);
|
||||
exit(1);
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
|
||||
async fn run() -> Result<()> {
|
||||
|
|
Loading…
Add table
Reference in a new issue