summary refs log tree commit diff
path: root/net_sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net_sys/src/lib.rs')
-rw-r--r--net_sys/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net_sys/src/lib.rs b/net_sys/src/lib.rs
index 9df49e4..32013fc 100644
--- a/net_sys/src/lib.rs
+++ b/net_sys/src/lib.rs
@@ -15,7 +15,7 @@ use sys_util::{ioctl_ior_nr, ioctl_iow_nr};
 // Generated against Linux 4.11 to include fix "uapi: fix linux/if.h userspace
 // compilation errors".
 // Manual fixup of ifrn_name to be of type c_uchar instead of c_char.
-#[cfg_attr(feature = "cargo-clippy", allow(clippy))]
+#[allow(clippy::all)]
 pub mod iff;
 // generated with bindgen /usr/include/linux/if_tun.h --no-unstable-rust
 // --constified-enum '*' --with-derive-default