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"
3
3
# begin autogenerated version
4
4
version = " 0.1.85"
5
5
# end autogenerated version
6
- edition = " 2021 "
6
+ edition = " 2024 "
7
7
publish = false
8
8
9
9
# 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 2
2
name = " clippy_dev"
3
3
description = " Clippy developer tooling"
4
4
version = " 0.0.1"
5
- edition = " 2021 "
5
+ edition = " 2024 "
6
6
7
7
[dependencies ]
8
8
aho-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"
8
8
readme = " README.md"
9
9
license = " MIT OR Apache-2.0"
10
10
keywords = [" clippy" , " lint" , " plugin" ]
11
- edition = " 2021 "
11
+ edition = " 2024 "
12
12
13
13
[dependencies ]
14
14
arrayvec = { version = " 0.7" , default-features = false }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "clippy_utils"
3
3
# begin autogenerated version
4
4
version = " 0.1.85"
5
5
# end autogenerated version
6
- edition = " 2021 "
6
+ edition = " 2024 "
7
7
description = " Helpful tools for writing lints, provided as they are used in Clippy"
8
8
repository = " https://github.com/rust-lang/rust-clippy"
9
9
readme = " README.md"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ readme = "README.md"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/rust-lang/rust-clippy"
8
8
categories = [" development-tools" ]
9
- edition = " 2021 "
9
+ edition = " 2024 "
10
10
publish = false
11
11
default-run = " lintcheck"
12
12
You can’t perform that action at this time.
0 commit comments