diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-09-10 16:02:17 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-09-10 16:02:17 +0200 |
| commit | 1128505fdd7fec09ee0ea170de51aa8f9ab92eb3 (patch) | |
| tree | 9fb4d6b7c53100d95cbfc9416e5823f2182b7f75 /rustc_tools_util | |
| parent | 3e4f7fc4c0ac5ab3269fcad996368b9c19ec92e6 (diff) | |
| download | rust-1128505fdd7fec09ee0ea170de51aa8f9ab92eb3.tar.gz rust-1128505fdd7fec09ee0ea170de51aa8f9ab92eb3.zip | |
Revert "the cargo feature: edition 2018 is stabilized in current nightly"
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
Diffstat (limited to 'rustc_tools_util')
| -rw-r--r-- | rustc_tools_util/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
