about summary refs log tree commit diff
path: root/src/libstd_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/libstd_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/libstd_unicode')
-rw-r--r--src/libstd_unicode/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd_unicode/lib.rs b/src/libstd_unicode/lib.rs
index 29de017c64d..c0d47f1fcb4 100644
--- a/src/libstd_unicode/lib.rs
+++ b/src/libstd_unicode/lib.rs
@@ -29,7 +29,7 @@
        test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
 #![no_std]
 
-#![feature(unicode)]
+#![feature(unicode_internals)]
 #![feature(staged_api)]
 #![rustc_deprecated(since = "1.27.0", reason = "moved into libcore")]