From 239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf Mon Sep 17 00:00:00 2001 From: Johannes Oertel Date: Wed, 24 Jun 2015 12:08:10 +0200 Subject: [PATCH] Remove remaining use of `bit_vec_append_splitoff` feature gate. --- src/libcollectionstest/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)]