Skip to content
Snippets Groups Projects
Commit cfdca29e authored by vlorentz's avatar vlorentz
Browse files

Workaround crash in RearCodedListBuilder::print_stats()

parent 736c993f
No related branches found
No related tags found
1 merge request!347Add Rust rewrite of the Java code
......@@ -829,7 +829,8 @@ pub fn main() -> Result<()> {
});
pl.lock().unwrap().done();
rclb.print_stats();
// Disabled because of https://github.com/vigna/sux-rs/issues/18
// rclb.print_stats();
log::info!("Building RCL...");
let rcl = rclb.build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment