Sun, 27 Jan 2019 04:13:13 +0400

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-01-27 04:13:13 +04:00
parent 89f4a2bca8
commit f152443ba2
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -37,10 +37,7 @@ pub fn parser(content: BufReader<File>) -> ParserResult {
}
}
}
Err(error) => {
dbg!(error);
break;
}
Err(error) => panic!(error),
_ => {}
}
}