Skip to content

Commit c3515c3

Browse files
committed
bump clippy crates to edition 2021
1 parent fb61d04 commit c3515c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
keywords = ["clippy", "lint", "plugin"]
99
categories = ["development-tools", "development-tools::cargo-plugins"]
1010
build = "build.rs"
11-
edition = "2018"
11+
edition = "2021"
1212
publish = false
1313

1414
[[bin]]

clippy_dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_dev"
33
version = "0.0.1"
4-
edition = "2018"
4+
edition = "2021"
55

66
[dependencies]
77
bytecount = "0.6"

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/rust-lang/rust-clippy"
66
readme = "README.md"
77
license = "MIT OR Apache-2.0"
88
keywords = ["clippy", "lint", "plugin"]
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[dependencies]
1212
cargo_metadata = "0.12"

clippy_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_utils"
33
version = "0.1.57"
4-
edition = "2018"
4+
edition = "2021"
55
publish = false
66

77
[dependencies]

0 commit comments

Comments
 (0)