about summary refs log tree commit diff
path: root/src/libgetopts
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/libgetopts
parent2b879a08b503f3ea45e7206c6bcd47d966603598 (diff)
downloadrust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.tar.gz
rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.zip
Put #[staged_api] behind the 'staged_api' gate
Diffstat (limited to 'src/libgetopts')
-rw-r--r--src/libgetopts/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs
index 52ffd86acc6..be1a343b169 100644
--- a/src/libgetopts/lib.rs
+++ b/src/libgetopts/lib.rs
@@ -80,6 +80,7 @@
 #![crate_name = "getopts"]
 #![unstable(feature = "unnamed_feature",
             reason = "use the crates.io `getopts` library instead")]
+#![feature(staged_api)]
 #![staged_api]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]