We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82401c7 commit 6715ef8Copy full SHA for 6715ef8
blake2/src/simd/simd_opt.rs
@@ -30,7 +30,7 @@ pub mod u64x4;
30
#[cfg(not(feature = "simd"))]
31
macro_rules! simd_opt {
32
($vec:ident) => {
33
- pub(super) mod $vec {
+ pub(crate) mod $vec {
34
use crate::simd::simdty::$vec;
35
36
#[inline(always)]
0 commit comments