about summary refs log tree commit diff
path: root/src/libcollections
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/libcollections
parent5127d24a3e863a0ce99bffd6bacfce396ae0813b (diff)
downloadrust-be8ace8cacddcb59d7fb982dd0e0eab81290ea0b.tar.gz
rust-be8ace8cacddcb59d7fb982dd0e0eab81290ea0b.zip
Remove all uses of `#[staged_api]`
Diffstat (limited to 'src/libcollections')
-rw-r--r--src/libcollections/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs
index b9b560df0b6..91c5fd4cb93 100644
--- a/src/libcollections/lib.rs
+++ b/src/libcollections/lib.rs
@@ -16,7 +16,7 @@
 // Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
 #![cfg_attr(stage0, feature(custom_attribute))]
 #![crate_name = "collections"]
-#![staged_api]
+#![cfg_attr(stage0, staged_api)]
 #![crate_type = "rlib"]
 #![unstable(feature = "collections",
             reason = "library is unlikely to be stabilized with the current \