Skip to content

Commit

Permalink
mshv-bindings: Allow ambiguous glob reexports
Browse files Browse the repository at this point in the history
This should be allowed for the time being for auto-generated bindgen
code.

Signed-off-by: Jinank Jain <[email protected]>
  • Loading branch information
jinankjain authored and Jinank Jain committed Oct 18, 2023
1 parent 602d378 commit e9eb8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mshv-bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extern crate vmm_sys_util;
non_upper_case_globals
)]
pub mod bindings;
#[allow(ambiguous_glob_reexports, unused_imports)]
pub use bindings::*;
pub mod regs;
pub use regs::*;
Expand Down

0 comments on commit e9eb8d1

Please sign in to comment.