File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88keywords = [" clippy" , " lint" , " plugin" ]
99categories = [" development-tools" , " development-tools::cargo-plugins" ]
1010build = " build.rs"
11- edition = " 2018 "
11+ edition = " 2021 "
1212publish = false
1313
1414[[bin ]]
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_dev"
33version = " 0.0.1"
4- edition = " 2018 "
4+ edition = " 2021 "
55
66[dependencies ]
77bytecount = " 0.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ repository = "https://github.com/rust-lang/rust-clippy"
66readme = " README.md"
77license = " MIT OR Apache-2.0"
88keywords = [" clippy" , " lint" , " plugin" ]
9- edition = " 2018 "
9+ edition = " 2021 "
1010
1111[dependencies ]
1212cargo_metadata = " 0.12"
Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_utils"
33version = " 0.1.57"
4- edition = " 2018 "
4+ edition = " 2021 "
55publish = false
66
77[dependencies ]
You can’t perform that action at this time.
0 commit comments