summary refs log tree commit diff
path: root/src/libflate
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-16 22:33:24 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-17 16:38:04 -0800
commit6f3a80e4117af4e2c167101fb4fdba35d3e1f7eb (patch)
tree7701c03028179de3769bac2c84f04d4e214e1963 /src/libflate
parent056f8f02516da6e878a00549f9b2a0d68e6bcad8 (diff)
downloadrust-6f3a80e4117af4e2c167101fb4fdba35d3e1f7eb.tar.gz
rust-6f3a80e4117af4e2c167101fb4fdba35d3e1f7eb.zip
Set allow(unstable) in crates that use unstable features
Lets them build with the -dev, -nightly, or snapshot compiler
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 fb6c98515f7..f0a2ab3d1d6 100644
--- a/src/libflate/lib.rs
+++ b/src/libflate/lib.rs
@@ -18,6 +18,7 @@
 #![unstable]
 #![staged_api]
 #![allow(unknown_features)] #![feature(int_uint)]
+#![allow(unstable)]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",