summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorAlex Burka <aburka@seas.upenn.edu>2016-01-13 16:48:58 -0500
committerAlex Burka <aburka@seas.upenn.edu>2016-02-27 02:01:41 -0500
commitc5d58de665819f7330b3d64bdd084d25a412830a (patch)
tree7f2398ba1ced3c723e75f7b93f07b4c6724f150e /src/libstd/lib.rs
parentf1e191c0b959111aef19f3aa06b7f1743419470c (diff)
downloadrust-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.rs1
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)]