Skip to content

Commit

Permalink
eax: fix clippy lint (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Mar 27, 2024
1 parent 6cd4fd3 commit 3c9bb0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eax/src/online.rs
Expand Up @@ -386,9 +386,7 @@ where
#[cfg(test)]
mod test_impl {
use super::*;
use aead::{
consts::U0, generic_array::GenericArray, AeadCore, AeadMutInPlace, KeyInit, KeySizeUser,
};
use aead::{consts::U0, generic_array::GenericArray, AeadCore, AeadMutInPlace, KeySizeUser};

impl<Cipher, M> KeySizeUser for EaxImpl<Cipher, M>
where
Expand Down

0 comments on commit 3c9bb0a

Please sign in to comment.