diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2016-01-13 16:48:58 -0500 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2016-02-27 02:01:41 -0500 |
| commit | c5d58de665819f7330b3d64bdd084d25a412830a (patch) | |
| tree | 7f2398ba1ced3c723e75f7b93f07b4c6724f150e /src/libstd/lib.rs | |
| parent | f1e191c0b959111aef19f3aa06b7f1743419470c (diff) | |
| download | rust-c5d58de665819f7330b3d64bdd084d25a412830a.tar.gz rust-c5d58de665819f7330b3d64bdd084d25a412830a.zip | |
core: add inclusive ranges to core::ops
Since it removes the old iter::{range_inclusive, RangeInclusive} which
were unstable and deprecated, this is a [breaking-change] on nightly.
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index f9e7c1fede2..dd84cba370c 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -247,7 +247,6 @@ #![feature(optin_builtin_traits)] #![feature(placement_in_syntax)] #![feature(rand)] -#![feature(range_inclusive)] #![feature(raw)] #![feature(repr_simd)] #![feature(reflect_marker)] |
