Remove 'since' from unstable attributes

This commit is contained in:
Brian Anderson
2015-01-21 16:15:40 -08:00
parent 0768892abe
commit 41278c5441
131 changed files with 695 additions and 690 deletions

View File

@@ -57,7 +57,7 @@
//! default global allocator. It is not compatible with the libc allocator API.
#![crate_name = "alloc"]
#![unstable(feature = "unnamed_feature", since = "1.0.0")]
#![unstable(feature = "unnamed_feature")]
#![staged_api]
#![crate_type = "rlib"]
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",