diff options
| author | bors <bors@rust-lang.org> | 2015-06-24 22:49:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-24 22:49:46 +0000 |
| commit | 009e53d70f722bcd8faf474c48c43d57b51f3b29 (patch) | |
| tree | a5208e0e2a18dfbca0932e8f9344c19a68b9e70c | |
| parent | 4757d9bcc41ca59b6d52bd85d57faab0b71802e9 (diff) | |
| parent | 239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf (diff) | |
Auto merge of #26539 - jooert:remove_bit_vec_append_splitoff, r=alexcrichton
This seems to have slipped through the cracks in #26192. r? @alexcrichton
| -rw-r--r-- | src/libcollectionstest/lib.rs | 1 |
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)] |
