mirror of https://github.com/bobwen-dev/hunter
fix E0599
error[E0599]: no method named `remove_item` found for struct `Vec<files::File>` in the current scope
This commit is contained in:
parent
355d9a3101
commit
180f1eaeab
|
@ -1,4 +1,3 @@
|
|||
#![feature(vec_remove_item)]
|
||||
#![feature(trivial_bounds)]
|
||||
#![feature(try_trait)]
|
||||
#![allow(dead_code)]
|
||||
|
|
Loading…
Reference in New Issue