From 7b73ec469878e428c789b77320b3f8dc8d974d22 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 14 Jan 2015 15:20:14 -0800 Subject: Tie stability attributes to feature gates --- src/libgetopts/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libgetopts') diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index 1f069b5c94c..829c89a6c66 100644 --- a/src/libgetopts/lib.rs +++ b/src/libgetopts/lib.rs @@ -88,8 +88,8 @@ html_root_url = "http://doc.rust-lang.org/nightly/", html_playground_url = "http://play.rust-lang.org/")] #![feature(slicing_syntax)] +#![feature(unnamed_feature)] #![allow(unknown_features)] #![feature(int_uint)] -#![allow(unstable)] #![deny(missing_docs)] #[cfg(test)] #[macro_use] extern crate log; -- cgit 1.4.1-3-g733a5