Skip to content

Commit 3a44a3e

Browse files
authored
Remove unused imports (#1426)
These are breaking the build on the latest `stable`
1 parent 25f5da7 commit 3a44a3e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cipher/src/dev/block.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//! Development-related functionality
22
3-
pub use blobby;
4-
53
/// Define block cipher test
64
#[macro_export]
75
macro_rules! block_cipher_test {

digest/src/dev.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ mod variable;
99
mod xof;
1010

1111
pub use fixed::*;
12-
pub use mac::*;
1312
pub use variable::*;
1413
pub use xof::*;
1514

0 commit comments

Comments
 (0)