File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ exclude = [
63
63
# tidy-alphabetical-start
64
64
bitflags = " 2.9.3"
65
65
memchr = " 2.7.5"
66
+ rustc-literal-escaper = " 0.0.5"
66
67
thin-vec = " 0.2.14"
67
68
# tidy-alphabetical-end
68
69
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
9
memchr.workspace = true
10
- rustc-literal-escaper = " 0.0.5 "
10
+ rustc-literal-escaper.workspace = true
11
11
rustc_ast_ir = { path = " ../rustc_ast_ir" }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" }
13
13
rustc_index = { path = " ../rustc_index" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
- rustc-literal-escaper = " 0.0.5 "
9
+ rustc-literal-escaper.workspace = true
10
10
rustc_ast = { path = " ../rustc_ast" }
11
11
rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- rustc-literal-escaper = " 0.0.5 "
8
+ rustc-literal-escaper.workspace = true
9
9
rustc_lexer = { path = " ../rustc_lexer" }
10
10
# tidy-alphabetical-end
11
11
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ doctest = false
16
16
17
17
[dependencies ]
18
18
# tidy-alphabetical-start
19
- rustc-literal-escaper = " 0.0.5 "
19
+ rustc-literal-escaper.workspace = true
20
20
# tidy-alphabetical-end
21
21
22
22
[features ]
You can’t perform that action at this time.
0 commit comments