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.
This commit is contained in:
Matthias Krüger 2018-09-30 11:12:24 +02:00
parent 9d0b79d392
commit 91f7e22edf
4 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
cargo-features = ["edition"]
[package]
name = "clippy"
version = "0.0.212"

View File

@ -1,5 +1,3 @@
cargo-features = ["edition"]
[package]
name = "clippy_dev"
version = "0.0.1"

View File

@ -1,5 +1,3 @@
cargo-features = ["edition"]
[package]
name = "clippy_lints"
# begin automatic update

View File

@ -1,5 +1,3 @@
cargo-features = ["edition"]
[package]
name = "rustc_tools_util"
version = "0.1.0"