about summary refs log tree commit diff
path: root/src/libcore/unicode
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-04-06 14:23:00 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-04-12 00:13:53 +0200
commitef41788cf37074e44f70257508c97efd539a7f29 (patch)
tree6cba467d1861641637ccdc498e4610680256fe75 /src/libcore/unicode
parent1ca2905cda99dd395347b46c3ce225f58b4d3844 (diff)
downloadrust-ef41788cf37074e44f70257508c97efd539a7f29.tar.gz
rust-ef41788cf37074e44f70257508c97efd539a7f29.zip
Mark the rest of the `unicode` feature flag as perma-unstable.
Diffstat (limited to 'src/libcore/unicode')
-rw-r--r--src/libcore/unicode/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/unicode/mod.rs b/src/libcore/unicode/mod.rs
index 0fbc4dcd175..b6b033adc04 100644
--- a/src/libcore/unicode/mod.rs
+++ b/src/libcore/unicode/mod.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![unstable(feature = "unicode", issue = "27783")]
+#![unstable(feature = "unicode_internals", issue = "0")]
 #![allow(missing_docs)]
 
 mod bool_trie;