1
Fork 0

add indexing with RangeInclusive in libcore and libcollections

This commit is contained in:
Alex Burka 2016-01-28 11:20:48 -05:00
parent b1b4f50678
commit 7eb7c56bd4
7 changed files with 192 additions and 6 deletions

View file

@ -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)]