Skip to content

Commit

Permalink
compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beling committed Oct 5, 2024
1 parent 9b69212 commit abe9430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csf_benchmark/src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ where LSC: fp::LevelSizer, CSB: fp::CollisionSolverBuilder, S: BuildSeededHasher
}

#[inline(always)] fn value(f: &Self::CSF, k: u32, levels: &mut u64) -> Option<u8> {
f.get_stats(&k, levels)
f.get_stats(&k, levels).map(|v| v as u8)
}
}

Expand Down

0 comments on commit abe9430

Please sign in to comment.