From c2c4cb08c370bc27a06fa89403354859f791c23f Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sat, 12 Oct 2024 22:24:06 +0200 Subject: cargo clippy --- core/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/src/lib.rs') 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; -- cgit v1.2.3