grandfathered -> rust1

This commit is contained in:
Brian Anderson
2015-01-23 21:48:20 -08:00
parent b7fe2c54b7
commit b44ee371b8
102 changed files with 1490 additions and 1490 deletions

View File

@@ -95,7 +95,7 @@
//! and `format!`, also available to all Rust code.
#![crate_name = "std"]
#![stable(feature = "grandfathered", since = "1.0.0")]
#![stable(feature = "rust1", since = "1.0.0")]
#![feature(staged_api)]
#![staged_api]
#![crate_type = "rlib"]
@@ -183,7 +183,7 @@ pub use alloc::rc;
pub use core_collections::slice;
pub use core_collections::str;
pub use core_collections::string;
#[stable(feature = "grandfathered", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.0.0")]
pub use core_collections::vec;
pub use unicode::char;