Remove remaining use of bit_vec_append_splitoff feature gate.

This commit is contained in:
Johannes Oertel 2015-06-24 12:08:10 +02:00
parent d5fdb55187
commit 239d9c2b09

View file

@ -9,7 +9,6 @@
// except according to those terms.
#![feature(append)]
#![feature(bit_vec_append_split_off)]
#![feature(bitset)]
#![feature(bitvec)]
#![feature(box_syntax)]