about summary refs log tree commit diff
path: root/src/libunicode
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-07-16 10:28:42 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-07-19 20:38:00 -0700
commit707cf47ac814c7af124dcfe378f97c25eb6b4511 (patch)
treefa561bdbbc69e90121f2d431061d268c9c92ad93 /src/libunicode
parent5e0a597a1a15e36ac7d855ca400e5add9d86716b (diff)
downloadrust-707cf47ac814c7af124dcfe378f97c25eb6b4511.tar.gz
rust-707cf47ac814c7af124dcfe378f97c25eb6b4511.zip
Register new snapshots
Diffstat (limited to 'src/libunicode')
-rw-r--r--src/libunicode/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs
index 13e54ed3c97..c923799e812 100644
--- a/src/libunicode/lib.rs
+++ b/src/libunicode/lib.rs
@@ -29,7 +29,6 @@
        html_root_url = "http://doc.rust-lang.org/",
        html_playground_url = "http://play.rust-lang.org/")]
 #![no_std]
-#![allow(unused_attribute)] // NOTE: remove after stage0
 
 extern crate core;