1
Fork 0

Stabilize inclusive_range library feature.

Stabilize std::ops::RangeInclusive and std::ops::RangeInclusiveTo.
This commit is contained in:
kennytm 2018-01-28 03:09:36 +08:00
parent 5ebf74851d
commit b5913f2e76
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
21 changed files with 33 additions and 86 deletions

View file

@ -271,7 +271,6 @@
#![feature(heap_api)]
#![feature(i128)]
#![feature(i128_type)]
#![feature(inclusive_range)]
#![feature(int_error_internals)]
#![feature(integer_atomics)]
#![feature(into_cow)]