diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-09-15 11:10:21 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-09-15 11:16:45 +0300 |
| commit | c70bfb2cac8854fb63cd08e92256fde37112332c (patch) | |
| tree | 3c310c83bb64de38963e3914f29af691728f0a0c /rustc_tools_util | |
| parent | 85caaf59051aa30cf57fc47c010be6e36c4c85f6 (diff) | |
| download | rust-c70bfb2cac8854fb63cd08e92256fde37112332c.tar.gz rust-c70bfb2cac8854fb63cd08e92256fde37112332c.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" |
