Skip to content

Commit

Permalink
remove cargo edition 2018 feature gate.
Browse files Browse the repository at this point in the history
Rust and the cargo used to bootstrap was updated in rust-lang/rust#54601 which now has the 2018 edition stabilized.
  • Loading branch information
matthiaskrgr committed Sep 30, 2018
1 parent 9d0b79d commit 91f7e22
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition"]

[package]
name = "clippy"
version = "0.0.212"
Expand Down
2 changes: 0 additions & 2 deletions clippy_dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition"]

[package]
name = "clippy_dev"
version = "0.0.1"
Expand Down
2 changes: 0 additions & 2 deletions clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition"]

[package]
name = "clippy_lints"
# begin automatic update
Expand Down
2 changes: 0 additions & 2 deletions rustc_tools_util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["edition"]

[package]
name = "rustc_tools_util"
version = "0.1.0"
Expand Down

0 comments on commit 91f7e22

Please sign in to comment.