From 1128505fdd7fec09ee0ea170de51aa8f9ab92eb3 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 10 Sep 2018 16:02:17 +0200 Subject: [PATCH] Revert "the cargo feature: edition 2018 is stabilized in current nightly" This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d. --- Cargo.toml | 2 ++ clippy_lints/Cargo.toml | 2 ++ rustc_tools_util/Cargo.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 80ff21764a5..b293f06713d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition"] + [package] name = "clippy" version = "0.0.212" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index d846ac44363..b168f86f56a 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,3 +1,5 @@ +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 020de6c3393..01dca0a65b0 100644 --- a/rustc_tools_util/Cargo.toml +++ b/rustc_tools_util/Cargo.toml @@ -1,3 +1,5 @@ +cargo-features = ["edition"] + [package] name = "rustc_tools_util" version = "0.1.0"