Skip to content

Commit

Permalink
update tracking issue for collections_range
Browse files Browse the repository at this point in the history
  • Loading branch information
durka committed Jan 13, 2016
1 parent b0eec55 commit 33b12be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libcollections/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 33b12be

Please sign in to comment.