mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Auto merge of #26539 - jooert:remove_bit_vec_append_splitoff, r=alexcrichton
This seems to have slipped through the cracks in #26192. r? @alexcrichton
This commit is contained in:
commit
009e53d70f
@ -9,7 +9,6 @@
|
|||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
#![feature(append)]
|
#![feature(append)]
|
||||||
#![feature(bit_vec_append_split_off)]
|
|
||||||
#![feature(bitset)]
|
#![feature(bitset)]
|
||||||
#![feature(bitvec)]
|
#![feature(bitvec)]
|
||||||
#![feature(box_syntax)]
|
#![feature(box_syntax)]
|
||||||
|
Loading…
Reference in New Issue
Block a user