mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
dragonball: Allow ambiguous-glob-reexports
The bindgen generated code is triggering lots of ambiguous-glob-reexports warnings in rust 1.70+ Fixes: #7902 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
bbf1919516
commit
16fbc27b09
@ -10,6 +10,7 @@
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(missing_docs)]
|
||||
#![allow(deref_nullptr)]
|
||||
#![allow(ambiguous_glob_reexports)]
|
||||
|
||||
// generated with bindgen /usr/include/linux/if.h --no-unstable-rust
|
||||
// --constified-enum '*' --with-derive-default -- -D __UAPI_DEF_IF_IFNAMSIZ -D
|
||||
|
Loading…
Reference in New Issue
Block a user