From d3c0bb416e78cb878182dc6f4fd4a09922db87c1 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 21 Jan 2015 18:21:14 -0800 Subject: Put #[staged_api] behind the 'staged_api' gate --- src/libunicode/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libunicode') diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs index 5b8a5d8d07a..4e642e8a5c0 100644 --- a/src/libunicode/lib.rs +++ b/src/libunicode/lib.rs @@ -22,6 +22,7 @@ #![crate_name = "unicode"] #![unstable(feature = "unnamed_feature")] +#![feature(staged_api)] #![staged_api] #![crate_type = "rlib"] #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", -- cgit 1.4.1-3-g733a5