Skip to content

Commit

Permalink
Merge pull request #3242 from matthiaskrgr/rm_cargo_ed_feat
Browse files Browse the repository at this point in the history
remove cargo edition 2018 feature gate.
  • Loading branch information
flip1995 authored Sep 30, 2018
2 parents 5c88fc8 + 91f7e22 commit 5f9af5f
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 5f9af5f

Please sign in to comment.