Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisa
see #27711 and #30877 r? @alexcrichton
This commit is contained in:
commit
f28a43102b
@ -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…
Reference in New Issue
Block a user