From 582ab5a0d07468254c2ceef766479d669dcf2945 Mon Sep 17 00:00:00 2001 From: flip1995 <9744647+flip1995@users.noreply.github.com> Date: Fri, 14 Sep 2018 13:39:23 +0200 Subject: [PATCH] Reapply: "the cargo feature: edition 2018 is stabilized in current nightly" This reapplies commit 404a09d. Cargo got bumped in rust-lang/rust#54210 --- Cargo.toml | 2 -- clippy_lints/Cargo.toml | 2 -- rustc_tools_util/Cargo.toml | 2 -- 3 files changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b293f0671..80ff21764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["edition"] - [package] name = "clippy" version = "0.0.212" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index b168f86f5..d846ac443 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["edition"] - [package] name = "clippy_lints" # begin automatic update diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 01dca0a65..020de6c33 100644 --- a/rustc_tools_util/Cargo.toml +++ b/rustc_tools_util/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ["edition"] - [package] name = "rustc_tools_util" version = "0.1.0"