Keep the fields of RangeInclusive unstable.

This commit is contained in:
kennytm
2018-03-15 02:50:55 +08:00
parent 6399d16cfd
commit 939cfa251a
7 changed files with 10 additions and 2 deletions

View File

@@ -123,6 +123,7 @@
#![feature(on_unimplemented)]
#![feature(exact_chunks)]
#![feature(pointer_methods)]
#![feature(inclusive_range_fields)]
#![cfg_attr(not(test), feature(fn_traits, placement_new_protocol, swap_with_slice, i128))]
#![cfg_attr(test, feature(test, box_heap))]