From f152443ba238af853715c2860801ffa353ac54a3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 27 Jan 2019 04:13:13 +0400 Subject: Sun, 27 Jan 2019 04:13:13 +0400 Signed-off-by: Valentin Popov --- src/parser.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/parser.rs b/src/parser.rs index f23688a..0b477ce 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -37,10 +37,7 @@ pub fn parser(content: BufReader) -> ParserResult { } } } - Err(error) => { - dbg!(error); - break; - } + Err(error) => panic!(error), _ => {} } } -- cgit v1.2.3