Skip to content

Commit 6715ef8

Browse files
committed
one more
1 parent 82401c7 commit 6715ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blake2/src/simd/simd_opt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub mod u64x4;
3030
#[cfg(not(feature = "simd"))]
3131
macro_rules! simd_opt {
3232
($vec:ident) => {
33-
pub(super) mod $vec {
33+
pub(crate) mod $vec {
3434
use crate::simd::simdty::$vec;
3535

3636
#[inline(always)]

0 commit comments

Comments
 (0)