From a34334dcdd291f4fc42cd910a098a95f1f53a4a2 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Tue, 18 Sep 2018 13:29:16 +0200 Subject: [PATCH] Remove "edition" Cargo feature (it's stable now) --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da9b7f4fc5a..527e5cfa5b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["edition"] - [package] name = "rls" version = "0.130.5"