about summary refs log tree commit diff
path: root/src/libcore/char/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/char/mod.rs')
-rw-r--r--src/libcore/char/mod.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcore/char/mod.rs b/src/libcore/char/mod.rs
index b2af95eb5ba..9edc0c88756 100644
--- a/src/libcore/char/mod.rs
+++ b/src/libcore/char/mod.rs
@@ -46,9 +46,9 @@ pub use self::convert::CharTryFromError;
 pub use self::decode::{decode_utf16, DecodeUtf16, DecodeUtf16Error};
 
 // unstable re-exports
-#[unstable(feature = "unicode", issue = "27783")]
-pub use unicode::tables::{UNICODE_VERSION};
-#[unstable(feature = "unicode", issue = "27783")]
+#[unstable(feature = "unicode_version", issue = "49726")]
+pub use unicode::tables::UNICODE_VERSION;
+#[unstable(feature = "unicode_version", issue = "49726")]
 pub use unicode::version::UnicodeVersion;
 #[unstable(feature = "decode_utf8", issue = "33906")]
 pub use self::decode::{decode_utf8, DecodeUtf8, InvalidSequence};