Skip to content

Commit

Permalink
mshv-bindings: Remove unused imports
Browse files Browse the repository at this point in the history
Fix clippy warnings related to unused imports.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
  • Loading branch information
jinankjain authored and Jinank Jain committed Jan 15, 2024
1 parent 0dd4d34 commit 5af8425
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mshv-bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -44,5 +43,3 @@ pub use fam_wrappers::*;
#[cfg(feature = "with-serde")]
mod serializers;

#[cfg(feature = "with-serde")]
pub use serializers::*;

0 comments on commit 5af8425

Please sign in to comment.