Remove useless export
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-04-29 08:36:19 +02:00
parent 8e2471c109
commit 8962c9516a

View File

@ -9,6 +9,3 @@ pub mod primitives;
#[cfg(feature = "crypto-wrapper")]
pub mod crypto_wrapper;
#[cfg(feature = "crypto-wrapper")]
pub use bincode;