diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-06 14:23:00 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:53 +0200 |
| commit | ef41788cf37074e44f70257508c97efd539a7f29 (patch) | |
| tree | 6cba467d1861641637ccdc498e4610680256fe75 /src/libstd_unicode | |
| parent | 1ca2905cda99dd395347b46c3ce225f58b4d3844 (diff) | |
| download | rust-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.rs | 2 |
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")] |
