Skip to content

Commit

Permalink
digest: fixup imports for hash_serialization_test macro (#1537)
Browse files Browse the repository at this point in the history
This fixes #1487
  • Loading branch information
baloo authored Mar 17, 2024
1 parent 6c5f56e commit c2ff5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digest/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ macro_rules! hash_serialization_test {
#[test]
fn $name() {
use digest::{
crypto_common::{BlockSizeUser, SerializableState},
crypto_common::{hazmat::SerializableState, BlockSizeUser},
typenum::Unsigned,
Digest,
};
Expand Down Expand Up @@ -77,7 +77,7 @@ macro_rules! hash_rt_outsize_serialization_test {
#[test]
fn $name() {
use digest::{
crypto_common::{BlockSizeUser, SerializableState},
crypto_common::{hazmat::SerializableState, BlockSizeUser},
typenum::Unsigned,
Digest, Update, VariableOutput,
};
Expand Down

0 comments on commit c2ff5ee

Please sign in to comment.