Skip to content

Commit ead64dd

Browse files
committed
chore: clippy
1 parent 097b98b commit ead64dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blake2/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ macro_rules! blake2_impl {
88
#[doc=$vardoc]
99
pub struct $name {
1010
/// Blake2 state vector (8 words total, stored as 2 SIMD vectors).
11-
pub h: [$vec; 2],
11+
pub(crate) h: [$vec; 2],
1212
/// Total number of bytes processed so far.
1313
pub t: u64,
1414
#[cfg(feature = "reset")]

0 commit comments

Comments
 (0)