Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 24, 2020
1 parent fb7186f commit 4b9939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blake2/src/blake2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ macro_rules! blake2_impl {

t0: 0,
m0: [0; 16],
h0: h0,
h0,
}
}

Expand Down

0 comments on commit 4b9939e

Please sign in to comment.