Skip to content

Commit

Permalink
aa: fix nightly lint error
Browse files Browse the repository at this point in the history
delete useless public declarations

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 3, 2023
1 parent eceb67b commit 08b3397
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions attestation-agent/deps/crypto/src/native/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
pub mod aes256ctr;
pub mod aes256gcm;

pub use aes256ctr::*;
pub use aes256gcm::*;

pub mod rsa;
pub use self::rsa::*;
4 changes: 0 additions & 4 deletions attestation-agent/deps/crypto/src/rust/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
pub mod aes256ctr;
pub mod aes256gcm;

pub use aes256ctr::*;
pub use aes256gcm::*;

pub mod rsa;
pub use self::rsa::*;

0 comments on commit 08b3397

Please sign in to comment.