about summary refs log tree commit diff
path: root/src/librustc_data_structures/lib.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2015-11-24 01:52:55 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2015-11-25 21:55:26 +0300
commitbe8ace8cacddcb59d7fb982dd0e0eab81290ea0b (patch)
tree8d813932e21765c074f5fc85fb65208ac74362f4 /src/librustc_data_structures/lib.rs
parent5127d24a3e863a0ce99bffd6bacfce396ae0813b (diff)
downloadrust-be8ace8cacddcb59d7fb982dd0e0eab81290ea0b.tar.gz
rust-be8ace8cacddcb59d7fb982dd0e0eab81290ea0b.zip
Remove all uses of `#[staged_api]`
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
-rw-r--r--src/librustc_data_structures/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 4688742a4ab..39b3842791f 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -22,7 +22,7 @@
 #![unstable(feature = "rustc_private", issue = "27812")]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]
-#![staged_api]
+#![cfg_attr(stage0, staged_api)]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "https://www.rust-lang.org/favicon.ico",
       html_root_url = "https://doc.rust-lang.org/nightly/")]