remove redundant explicit exit

This commit is contained in:
figsoda 2020-11-19 18:04:41 -05:00
parent 8510aea651
commit 2cb4a22188

View file

@ -64,7 +64,6 @@ fn main() {
eprintln!("{:?}", e);
exit(1);
}
exit(0);
}
async fn run() -> Result<()> {