about summary refs log tree commit diff
path: root/src/libstd_unicode
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2016-12-14 13:02:00 -0800
committerAaron Turon <aturon@mozilla.com>2016-12-16 19:42:17 -0800
commit9a5cef4de51c1c90fb2d05b0c7e6feb9cf0224d6 (patch)
treedfc7eb130baf656785761739b6808efdec694254 /src/libstd_unicode
parentfce6af2a6759991b8f31b6dcbee315ccacb2339d (diff)
downloadrust-9a5cef4de51c1c90fb2d05b0c7e6feb9cf0224d6.tar.gz
rust-9a5cef4de51c1c90fb2d05b0c7e6feb9cf0224d6.zip
Address fallout
Diffstat (limited to 'src/libstd_unicode')
-rw-r--r--src/libstd_unicode/char.rs2
-rw-r--r--src/libstd_unicode/lib.rs1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd_unicode/char.rs b/src/libstd_unicode/char.rs
index b6a502e8c1a..53dafadb5d5 100644
--- a/src/libstd_unicode/char.rs
+++ b/src/libstd_unicode/char.rs
@@ -460,7 +460,6 @@ impl char {
     /// A buffer that's too small:
     ///
     /// ```
-    /// #![feature(unicode)]
     /// use std::thread;
     ///
     /// let result = thread::spawn(|| {
@@ -501,7 +500,6 @@ impl char {
     /// A buffer that's too small:
     ///
     /// ```
-    /// #![feature(unicode)]
     /// use std::thread;
     ///
     /// let result = thread::spawn(|| {
diff --git a/src/libstd_unicode/lib.rs b/src/libstd_unicode/lib.rs
index b086658ee0d..11724e74cda 100644
--- a/src/libstd_unicode/lib.rs
+++ b/src/libstd_unicode/lib.rs
@@ -39,7 +39,6 @@
 #![feature(lang_items)]
 #![feature(staged_api)]
 #![feature(try_from)]
-#![feature(unicode)]
 
 mod tables;
 mod u_str;