summaryrefslogtreecommitdiff
path: root/libc-test/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-17 14:47:40 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-17 14:47:40 -0700
commitcd9b33e32b91a7738e33c711d99b49b71f368b97 (patch)
tree1823657786acbd0765a38e7014d4b7b55493c61e /libc-test/src
parent242d3d33e274ea362f96c6348f96a88e3ce91940 (diff)
downloadrust-libc-cd9b33e32b91a7738e33c711d99b49b71f368b97.tar.gz
Import lots of the stdlib
Diffstat (limited to 'libc-test/src')
-rw-r--r--libc-test/src/main.rs2
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::*;