Skip to content

Commit

Permalink
fix the traits.rs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jul 13, 2023
1 parent 0c55f95 commit 2ec01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn test_reference_impl_size() {
assert_eq!(1880, core::mem::size_of::<reference_impl::Hasher>());
}

fn paint_test_input(buf: &mut [u8]) {
pub(crate) fn paint_test_input(buf: &mut [u8]) {
for (i, b) in buf.iter_mut().enumerate() {
*b = (i % 251) as u8;
}
Expand Down

0 comments on commit 2ec01f4

Please sign in to comment.