From be8ace8cacddcb59d7fb982dd0e0eab81290ea0b Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Tue, 24 Nov 2015 01:52:55 +0300 Subject: Remove all uses of `#[staged_api]` --- src/liballoc/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 3e87b7ebea8..5d31385462c 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -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 \ -- cgit 1.4.1-3-g733a5