Open runiq opened 3 years ago
When (wrongly) running the program against a gzipped barcodes file, the program panics before reaching the "gzip checking phase" of load_barcodes(). That's because of this unwrap() call.
load_barcodes()
unwrap()
When (wrongly) running the program against a gzipped barcodes file, the program panics before reaching the "gzip checking phase" of
load_barcodes()
. That's because of thisunwrap()
call.