about summary refs log tree commit diff
path: root/src/libflate/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflate/lib.rs')
-rw-r--r--src/libflate/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs
index 521dddae78f..51f38752329 100644
--- a/src/libflate/lib.rs
+++ b/src/libflate/lib.rs
@@ -29,6 +29,7 @@
 #![feature(staged_api)]
 #![feature(unique)]
 #![cfg_attr(test, feature(rustc_private, rand, vec_push_all))]
+#![cfg_attr(stage0, allow(improper_ctypes))]
 
 #[cfg(test)]
 #[macro_use]