about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-05-14 23:25:22 +0100
committervarkor <github@varkor.com>2018-05-17 20:58:28 +0100
commitedad2eff0c0587cd0b9d4b46f11579ef43388be8 (patch)
treefa729e77e10728544d8cad97a9be231a77af0740 /src/liballoc
parent90463a6bdcd18c60e18a1cc810fc6453b96f7d54 (diff)
downloadrust-edad2eff0c0587cd0b9d4b46f11579ef43388be8.tar.gz
rust-edad2eff0c0587cd0b9d4b46f11579ef43388be8.zip
Stabilise inclusive_range_methods
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index 1c8ff316e55..081c473768f 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -25,7 +25,6 @@
 #![feature(try_reserve)]
 #![feature(unboxed_closures)]
 #![feature(exact_chunks)]
-#![feature(inclusive_range_methods)]
 
 extern crate alloc_system;
 extern crate core;