about summary refs log tree commit diff
path: root/src/libfmt_macros
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-07-10 03:21:30 +0000
committerbors <bors@rust-lang.org>2014-07-10 03:21:30 +0000
commit898701cb35833b2ecea8bc7f3902a35b7eccc219 (patch)
tree76384e124ead2910a08b688c43b26f05ee68e437 /src/libfmt_macros
parent18520699f0c40d347fe1bde00d4f1c822f1bb28d (diff)
parent0c71e0c5967c4650c617dfc5cc11152b0e08370c (diff)
downloadrust-898701cb35833b2ecea8bc7f3902a35b7eccc219.tar.gz
rust-898701cb35833b2ecea8bc7f3902a35b7eccc219.zip
auto merge of #15556 : alexcrichton/rust/snapshots, r=brson
Closes #15544
Diffstat (limited to 'src/libfmt_macros')
-rw-r--r--src/libfmt_macros/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs
index c32f27adf65..62547b6669f 100644
--- a/src/libfmt_macros/lib.rs
+++ b/src/libfmt_macros/lib.rs
@@ -14,14 +14,12 @@
 //! Parsing does not happen at runtime: structures of `std::fmt::rt` are
 //! generated instead.
 
-#![crate_id = "fmt_macros#0.11.0"] // NOTE: remove after stage0c
 #![crate_name = "fmt_macros"]
 #![experimental]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![feature(macro_rules, globs)]
-#![allow(unused_attribute)] // NOTE: remove after stage0
 
 use std::char;
 use std::str;