Skip to content

Commit 551c02e

Browse files
committed
Upgrade to edition 2018
1 parent 424a337 commit 551c02e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cargo-features = ["edition"]
2+
13
[package]
24
name = "clippy"
35
version = "0.0.205"
@@ -15,6 +17,7 @@ license = "MPL-2.0"
1517
keywords = ["clippy", "lint", "plugin"]
1618
categories = ["development-tools", "development-tools::cargo-plugins"]
1719
build = "build.rs"
20+
edition = "2018"
1821

1922
[badges]
2023
travis-ci = { repository = "rust-lang-nursery/rust-clippy" }

clippy_lints/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cargo-features = ["edition"]
2+
13
[package]
24
name = "clippy_lints"
35
# begin automatic update
@@ -14,6 +16,7 @@ repository = "https://github.com/rust-lang-nursery/rust-clippy"
1416
readme = "README.md"
1517
license = "MPL-2.0"
1618
keywords = ["clippy", "lint", "plugin"]
19+
edition = "2018"
1720

1821
[dependencies]
1922
cargo_metadata = "0.5"

0 commit comments

Comments
 (0)