Skip to content

Commit 91f7e22

Browse files
committed
remove cargo edition 2018 feature gate.
Rust and the cargo used to bootstrap was updated in rust-lang/rust#54601 which now has the 2018 edition stabilized.
1 parent 9d0b79d commit 91f7e22

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)