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.