about summary refs log tree commit diff
path: root/src/libunicode
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-14 15:20:14 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-21 16:16:21 -0800
commit7b73ec469878e428c789b77320b3f8dc8d974d22 (patch)
tree297c1f66334f03df5b0da3f2ea37bfb00a63453e /src/libunicode
parent94ca8a361026d1a622a961e8dc8cacc331ed1ac3 (diff)
Tie stability attributes to feature gates
Diffstat (limited to 'src/libunicode')
-rw-r--r--src/libunicode/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs
index 6fc6f614308..f47530a408f 100644
--- a/src/libunicode/lib.rs
+++ b/src/libunicode/lib.rs
@@ -30,8 +30,8 @@
        html_playground_url = "http://play.rust-lang.org/")]
 #![no_std]
 #![feature(slicing_syntax)]
+#![feature(unnamed_feature)]
 #![allow(unknown_features)] #![feature(int_uint)]
-#![allow(unstable)]
 
 extern crate core;