diff options
author | hozan23 <hozan23@karyontech.net> | 2024-10-12 22:24:06 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-10-12 22:24:06 +0200 |
commit | c2c4cb08c370bc27a06fa89403354859f791c23f (patch) | |
tree | 00b71fcc592c871ec35af1f0adf771c9ccee5de2 /core/src/lib.rs | |
parent | 6360d6f69a1f3470493fb10eaca645115bec0fe6 (diff) |
cargo clippy
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r-- | core/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index a7192d9..fedb226 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -23,7 +23,6 @@ pub mod pubsub; pub mod async_runtime; #[cfg(feature = "crypto")] - /// Collects common cryptographic tools pub mod crypto; |