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/libgetopts/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libgetopts/lib.rs') diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index f49451f827d..a8483798aca 100644 --- a/src/libgetopts/lib.rs +++ b/src/libgetopts/lib.rs @@ -84,7 +84,7 @@ #![unstable(feature = "rustc_private", reason = "use the crates.io `getopts` library instead", issue = "27812")] -#![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