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.
This commit is contained in:
Alex Burka
2016-01-13 16:48:58 -05:00
parent f1e191c0b9
commit c5d58de665
3 changed files with 167 additions and 91 deletions

View File

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