Skip to content

Commit 33b12be

Browse files
committed
update tracking issue for collections_range
1 parent b0eec55 commit 33b12be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libcollections/range.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![unstable(feature = "collections_range", reason = "was just added",
12-
issue = "27711")]
11+
#![unstable(feature = "collections_range",
12+
reason = "waiting for dust to settle on inclusive ranges",
13+
issue = "30877")]
1314

1415
//! Range syntax.
1516

0 commit comments

Comments
 (0)