Skip to content

Commit 5f9af5f

Browse files
authored
Merge pull request #3242 from matthiaskrgr/rm_cargo_ed_feat
remove cargo edition 2018 feature gate.
2 parents 5c88fc8 + 91f7e22 commit 5f9af5f

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition"]
2-
31
[package]
42
name = "clippy"
53
version = "0.0.212"

clippy_dev/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition"]
2-
31
[package]
42
name = "clippy_dev"
53
version = "0.0.1"

clippy_lints/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition"]
2-
31
[package]
42
name = "clippy_lints"
53
# begin automatic update

rustc_tools_util/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition"]
2-
31
[package]
42
name = "rustc_tools_util"
53
version = "0.1.0"

0 commit comments

Comments
 (0)