diff options
Diffstat (limited to 'libc-test/src/main.rs')
-rw-r--r-- | libc-test/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-test/src/main.rs b/libc-test/src/main.rs index e4cb8fed88..fff188d321 100644 --- a/libc-test/src/main.rs +++ b/libc-test/src/main.rs @@ -1,4 +1,4 @@ -#![allow(bad_style)] +#![allow(bad_style, improper_ctypes)] extern crate libc; use libc::*; |