Skip to content

Commit

Permalink
belt-ecb: fix cargofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed May 3, 2023
1 parent 5408aac commit 5749b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion belt-ecb/src/decrypt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use cipher::{
use core::fmt;

#[cfg(feature = "zeroize")]
use cipher::zeroize::{ZeroizeOnDrop};
use cipher::zeroize::ZeroizeOnDrop;

/// ECB mode buffered decryptor.
#[derive(Clone)]
Expand Down

0 comments on commit 5749b5b

Please sign in to comment.