about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2018-09-15 11:10:21 +0300
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2018-09-15 11:16:45 +0300
commitc70bfb2cac8854fb63cd08e92256fde37112332c (patch)
tree3c310c83bb64de38963e3914f29af691728f0a0c
parent85caaf59051aa30cf57fc47c010be6e36c4c85f6 (diff)
downloadrust-c70bfb2cac8854fb63cd08e92256fde37112332c.tar.gz
rust-c70bfb2cac8854fb63cd08e92256fde37112332c.zip
Revert "the cargo feature: edition 2018 is stabilized in current nightly"
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
-rw-r--r--Cargo.toml2
-rw-r--r--clippy_lints/Cargo.toml2
-rw-r--r--rustc_tools_util/Cargo.toml2
3 files changed, 6 insertions, 0 deletions
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"