From 33b12be8b588214d2d51f12460ea87cbe4efe727 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Wed, 13 Jan 2016 13:50:41 -0500 Subject: [PATCH] update tracking issue for collections_range --- src/libcollections/range.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libcollections/range.rs b/src/libcollections/range.rs index c70aa67366b34..afcd779ddf19f 100644 --- a/src/libcollections/range.rs +++ b/src/libcollections/range.rs @@ -8,8 +8,9 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![unstable(feature = "collections_range", reason = "was just added", - issue = "27711")] +#![unstable(feature = "collections_range", + reason = "waiting for dust to settle on inclusive ranges", + issue = "30877")] //! Range syntax.