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/libstd/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 9700e95ed0f..37a58fdeda4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -202,7 +202,7 @@ #![cfg_attr(stage0, feature(custom_attribute))] #![crate_name = "std"] #![stable(feature = "rust1", since = "1.0.0")] -#![staged_api] +#![cfg_attr(stage0, staged_api)] #![crate_type = "rlib"] #![crate_type = "dylib"] #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", -- cgit 1.4.1-3-g733a5