Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisa
see #27711 and #30877 r? @alexcrichton
This commit is contained in:
commit
f28a43102b
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue