summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-08-05 21:51:40 +0100
committervarkor <github@varkor.com>2018-08-05 22:48:30 +0100
commit3e10ffcb81e8f887289904e5aaf272e872a9cb2c (patch)
treeed12979c4981b0403d25a161ed0e66afc4616a72 /src/liballoc
parent33067ad2011ce97e80a247c5a1a9bdb15fc4f376 (diff)
downloadrust-3e10ffcb81e8f887289904e5aaf272e872a9cb2c.tar.gz
rust-3e10ffcb81e8f887289904e5aaf272e872a9cb2c.zip
Make features stable and clarify examples
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 0dcbcf50fb4..618aff963f2 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -25,7 +25,6 @@
 #![feature(unboxed_closures)]
 #![feature(exact_chunks)]
 #![feature(repeat_generic_slice)]
-#![feature(trim_direction)]
 
 extern crate alloc_system;
 extern crate core;