add indexing with RangeInclusive in libcore and libcollections
This commit is contained in:
parent
b1b4f50678
commit
7eb7c56bd4
7 changed files with 192 additions and 6 deletions
|
@ -233,6 +233,7 @@
|
|||
#![feature(fnbox)]
|
||||
#![feature(heap_api)]
|
||||
#![feature(hashmap_hasher)]
|
||||
#![feature(inclusive_range)]
|
||||
#![feature(int_error_internals)]
|
||||
#![feature(into_cow)]
|
||||
#![feature(lang_items)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue