Skip to content

Commit

Permalink
Revert "the cargo feature: edition 2018 is stabilized in current nigh…
Browse files Browse the repository at this point in the history
…tly"

This reverts commit 404a09d.
  • Loading branch information
oli-obk committed Sep 10, 2018
1 parent 3e4f7fc commit 1128505
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["edition"]

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

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

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

0 comments on commit 1128505

Please sign in to comment.