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
Jinank Jain committed Oct 18, 2023
1 parent 602d378 commit e5286c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mshv-bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ extern crate vmm_sys_util;
clippy::incorrect_clone_impl_on_copy_type,
non_camel_case_types,
non_snake_case,
non_upper_case_globals
non_upper_case_globals,
ambiguous_glob_reexports
)]
pub mod bindings;
pub use bindings::*;
Expand Down

0 comments on commit e5286c9

Please sign in to comment.