Skip to content

Commit

Permalink
Rollup merge of rust-lang#30879 - durka:collections-range-tracking-is…
Browse files Browse the repository at this point in the history
…sue, r=nagisa

see rust-lang#27711 and rust-lang#30877

r? @alexcrichton
  • Loading branch information
Manishearth committed Jan 14, 2016
2 parents 74458cf + 33b12be commit f28a431
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 f28a431

Please sign in to comment.