about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-21 18:21:14 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-22 13:47:56 -0800
commitd3c0bb416e78cb878182dc6f4fd4a09922db87c1 (patch)
tree4674a6520229b74dfcffc2b41da2b1ee1e248447 /src/libstd
parent2b879a08b503f3ea45e7206c6bcd47d966603598 (diff)
downloadrust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.tar.gz
rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.zip
Put #[staged_api] behind the 'staged_api' gate
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 6760640d33a..5ad90a76ef8 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -96,6 +96,7 @@
 
 #![crate_name = "std"]
 #![stable(feature = "grandfathered", since = "1.0.0")]
+#![feature(staged_api)]
 #![staged_api]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]