From e2dda3e3a1c20b19e42b7c17a9140afefcd34982 Mon Sep 17 00:00:00 2001 From: Bob Wen Date: Mon, 1 Mar 2021 15:43:57 +0800 Subject: [PATCH] fix E0599 --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1ce0d87..bfd3ba1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![feature(vec_remove_item)] #![feature(trivial_bounds)] #![feature(try_trait)] #![allow(dead_code)]