diff options
| author | Johannes Oertel <johannes.oertel@uni-due.de> | 2015-06-24 12:08:10 +0200 |
|---|---|---|
| committer | Johannes Oertel <johannes.oertel@uni-due.de> | 2015-06-24 12:08:57 +0200 |
| commit | 239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf (patch) | |
| tree | 660942bed99480a979bc46ffd3cee90172679016 | |
| parent | d5fdb55187ba319801b60f1d8e777cebbde71715 (diff) | |
| download | rust-239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf.tar.gz rust-239d9c2b09e3cd4ecdc1a8756cd1a389b8828baf.zip | |
Remove remaining use of `bit_vec_append_splitoff` feature gate.
| -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)] |
