Remove all uses of #[staged_api]

This commit is contained in:
Vadim Petrochenkov
2015-11-24 01:52:55 +03:00
parent 5127d24a3e
commit be8ace8cac
52 changed files with 34 additions and 52 deletions

View File

@@ -60,7 +60,7 @@
#![cfg_attr(stage0, feature(custom_attribute))]
#![crate_name = "alloc"]
#![crate_type = "rlib"]
#![staged_api]
#![cfg_attr(stage0, staged_api)]
#![allow(unused_attributes)]
#![unstable(feature = "alloc",
reason = "this library is unlikely to be stabilized in its current \