mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
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:
parent
9d0b79d392
commit
91f7e22edf
4 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.212"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "clippy_dev"
|
||||
version = "0.0.1"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "rustc_tools_util"
|
||||
version = "0.1.0"
|
||||
|
|
Loading…
Reference in a new issue