diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2016-01-28 11:20:48 -0500 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2016-02-27 02:01:41 -0500 |
| commit | 7eb7c56bd43b2ae12ef8b92e7258d520099a5347 (patch) | |
| tree | 9265a7f93946aa1536e79cb7c42bba9a5e138480 /src/libstd | |
| parent | b1b4f50678ecd6aaeed9991b860c272be010fc9f (diff) | |
| download | rust-7eb7c56bd43b2ae12ef8b92e7258d520099a5347.tar.gz rust-7eb7c56bd43b2ae12ef8b92e7258d520099a5347.zip | |
add indexing with RangeInclusive in libcore and libcollections
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index dd84cba370c..6ecf5c32bdb 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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)] |
