diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-30 11:12:24 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-30 11:12:24 +0200 |
| commit | 91f7e22edf652e3676a31d6d4ee0d5e8f712716c (patch) | |
| tree | 8c3e2792dd05f0ecb550bb8219d78dfad51d8e16 /rustc_tools_util | |
| parent | 9d0b79d392baaa985be6c738727adac2583a5bbb (diff) | |
| download | rust-91f7e22edf652e3676a31d6d4ee0d5e8f712716c.tar.gz rust-91f7e22edf652e3676a31d6d4ee0d5e8f712716c.zip | |
remove cargo edition 2018 feature gate.
Rust and the cargo used to bootstrap was updated in https://github.com/rust-lang/rust/pull/54601 which now has the 2018 edition stabilized.
Diffstat (limited to 'rustc_tools_util')
| -rw-r--r-- | rustc_tools_util/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 01dca0a65b0..020de6c3393 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" |
