From 94ca8a361026d1a622a961e8dc8cacc331ed1ac3 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 12 Jan 2015 18:40:19 -0800 Subject: Add 'feature' and 'since' to stability attributes --- src/libflate/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libflate') diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index f0a2ab3d1d6..4a23eb65268 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -15,7 +15,7 @@ //! [mz]: https://code.google.com/p/miniz/ #![crate_name = "flate"] -#![unstable] +#![unstable(feature = "unnamed_feature", since = "1.0.0")] #![staged_api] #![allow(unknown_features)] #![feature(int_uint)] #![allow(unstable)] -- cgit 1.4.1-3-g733a5