about summary refs log tree commit diff
path: root/src/libflate
diff options
context:
space:
mode:
Diffstat (limited to 'src/libflate')
-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 e7e1ead664c..fb6c98515f7 100644
--- a/src/libflate/lib.rs
+++ b/src/libflate/lib.rs
@@ -17,6 +17,7 @@
 #![crate_name = "flate"]
 #![unstable]
 #![staged_api]
+#![allow(unknown_features)] #![feature(int_uint)]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",