Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
These are breaking the build on the latest `stable`
  • Loading branch information
tarcieri committed Dec 28, 2023
1 parent 25f5da7 commit 9002b03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cipher/src/dev/block.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! Development-related functionality
pub use blobby;

/// Define block cipher test
#[macro_export]
macro_rules! block_cipher_test {
Expand Down
1 change: 0 additions & 1 deletion digest/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mod variable;
mod xof;

pub use fixed::*;
pub use mac::*;
pub use variable::*;
pub use xof::*;

Expand Down

0 comments on commit 9002b03

Please sign in to comment.