From 8962c9516a9f85f5b5a33f8c98b4fd5068fbcc89 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 29 Apr 2023 08:36:19 +0200 Subject: [PATCH] Remove useless export --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 3fdcfb9..ef3892e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,6 +9,3 @@ pub mod primitives; #[cfg(feature = "crypto-wrapper")] pub mod crypto_wrapper; - -#[cfg(feature = "crypto-wrapper")] -pub use bincode; \ No newline at end of file