fix E0599

error[E0599]: no method named `remove_item` found for struct `Vec<files::File>` in the current scope
This commit is contained in:
Bob Wen 2021-03-01 14:49:35 +08:00 committed by GitHub
parent 355d9a3101
commit 180f1eaeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#![feature(vec_remove_item)]
#![feature(trivial_bounds)]
#![feature(try_trait)]
#![allow(dead_code)]