about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohannes Oertel <johannes.oertel@uni-due.de>2015-06-24 12:08:10 +0200
committerJohannes Oertel <johannes.oertel@uni-due.de>2015-06-24 12:08:57 +0200
commit239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf (patch)
tree660942bed99480a979bc46ffd3cee90172679016
parentd5fdb55187ba319801b60f1d8e777cebbde71715 (diff)
downloadrust-239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf.tar.gz
rust-239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf.zip
Remove remaining use of `bit_vec_append_splitoff` feature gate.
-rw-r--r--src/libcollectionstest/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcollectionstest/lib.rs b/src/libcollectionstest/lib.rs
index 20a3625fe5a..ba1b4964b49 100644
--- a/src/libcollectionstest/lib.rs
+++ b/src/libcollectionstest/lib.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 #![feature(append)]
-#![feature(bit_vec_append_split_off)]
 #![feature(bitset)]
 #![feature(bitvec)]
 #![feature(box_syntax)]