File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "clippy_config"
33# begin autogenerated version
44version = " 0.1.85"
55# end autogenerated version
6- edition = " 2021 "
6+ edition = " 2024 "
77publish = false
88
99# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 22name = " clippy_dev"
33description = " Clippy developer tooling"
44version = " 0.0.1"
5- edition = " 2021 "
5+ edition = " 2024 "
66
77[dependencies ]
88aho-corasick = " 1.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository = "https://github.com/rust-lang/rust-clippy"
88readme = " README.md"
99license = " MIT OR Apache-2.0"
1010keywords = [" clippy" , " lint" , " plugin" ]
11- edition = " 2021 "
11+ edition = " 2024 "
1212
1313[dependencies ]
1414arrayvec = { version = " 0.7" , default-features = false }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "clippy_utils"
33# begin autogenerated version
44version = " 0.1.85"
55# end autogenerated version
6- edition = " 2021 "
6+ edition = " 2024 "
77description = " Helpful tools for writing lints, provided as they are used in Clippy"
88repository = " https://github.com/rust-lang/rust-clippy"
99readme = " README.md"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ readme = "README.md"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/rust-lang/rust-clippy"
88categories = [" development-tools" ]
9- edition = " 2021 "
9+ edition = " 2024 "
1010publish = false
1111default-run = " lintcheck"
1212
You can’t perform that action at this time.
0 commit comments