Sun, 27 Jan 2019 04:13:13 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
89f4a2bca8
commit
f152443ba2
@ -37,10 +37,7 @@ pub fn parser(content: BufReader<File>) -> ParserResult {
|
||||
}
|
||||
}
|
||||
}
|
||||
Err(error) => {
|
||||
dbg!(error);
|
||||
break;
|
||||
}
|
||||
Err(error) => panic!(error),
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user