summary refs log tree commit diff
path: root/kvm_sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_sys/src/lib.rs')
-rw-r--r--kvm_sys/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm_sys/src/lib.rs b/kvm_sys/src/lib.rs
index 46d48b4..6ac589a 100644
--- a/kvm_sys/src/lib.rs
+++ b/kvm_sys/src/lib.rs
@@ -17,6 +17,7 @@ pub const KVM_EXIT_IO_OUT: ::std::os::raw::c_uint = 1;
 #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
 pub mod x86 {
     // generated with bindgen /usr/include/linux/kvm.h --no-unstable-rust --constified-enum '*' --with-derive-default
+    #[cfg_attr(feature = "cargo-clippy", allow(clippy))]
     pub mod bindings;
     pub use bindings::*;