Skip to content

Commit

Permalink
Update src/rust/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com>
  • Loading branch information
beniaminogreen and etiennebacher authored Feb 14, 2024
1 parent efcc24e commit 651ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ fn rust_hamming_join(
let hasher = HammingHasher::new(max_size, band_width as usize, &mut rng);

if progress {
println!("starting band {i} out of {n_bands}");
rprintln!("starting band {i} out of {n_bands}");
}

left_string_vec.par_iter().enumerate().for_each(|(i, x)| {
Expand Down

0 comments on commit 651ea0f

Please sign in to comment.