diff --git a/mshv-bindings/src/lib.rs b/mshv-bindings/src/lib.rs index 0ebf943c..e792d07a 100644 --- a/mshv-bindings/src/lib.rs +++ b/mshv-bindings/src/lib.rs @@ -33,7 +33,6 @@ extern crate serde_derive; pub mod hvdef; pub use hvdef::*; mod unmarshal; -pub use unmarshal::*; #[cfg(feature = "fam-wrappers")] mod fam_wrappers; @@ -44,5 +43,3 @@ pub use fam_wrappers::*; #[cfg(feature = "with-serde")] mod serializers; -#[cfg(feature = "with-serde")] -pub use serializers::*;