Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton

Stabilise vec::remove_item

Closes #40062

r? @alexcrichton
This commit is contained in:
Yuki Okushi
2020-01-07 13:46:01 +09:00
committed by GitHub
5 changed files with 1 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
#![feature(nll)]
#![feature(set_stdio)]
#![feature(test)]
#![feature(vec_remove_item)]
#![feature(ptr_offset_from)]
#![feature(crate_visibility_modifier)]
#![feature(const_fn)]