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:
@@ -1,5 +1,3 @@
|
|||||||
cargo-features = ["edition"]
|
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.0.212"
|
version = "0.0.212"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
cargo-features = ["edition"]
|
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "clippy_dev"
|
name = "clippy_dev"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
cargo-features = ["edition"]
|
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
cargo-features = ["edition"]
|
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "rustc_tools_util"
|
name = "rustc_tools_util"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user