From 41278c5441f484a68a20ca12d93cab368a2a943f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 21 Jan 2015 16:15:40 -0800 Subject: Remove 'since' from unstable attributes --- src/libstd/sys/windows/ext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sys/windows') diff --git a/src/libstd/sys/windows/ext.rs b/src/libstd/sys/windows/ext.rs index edc46b9c162..25318551711 100644 --- a/src/libstd/sys/windows/ext.rs +++ b/src/libstd/sys/windows/ext.rs @@ -14,7 +14,7 @@ //! descriptors, and sockets, but its functionality will grow over //! time. -#![unstable(feature = "unnamed_feature", since = "1.0.0")] +#![unstable(feature = "unnamed_feature")] use sys_common::AsInner; use libc; -- cgit 1.4.1-3-g733a5