Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 29, 2024
1 parent 0cebc17 commit 836a202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/five8/src/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ fn intermediate_to_base58_32(
)
}
#[cfg(target_feature = "avx2")]
intermediate_to_base58_32_avx(&intermediate, in_leading_0s, out)
intermediate_to_base58_32_avx(intermediate, in_leading_0s, out)
}

#[inline(always)]
Expand Down

0 comments on commit 836a202

Please sign in to comment.