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 = [
6363# tidy-alphabetical-start
6464bitflags = " 2.9.3"
6565memchr = " 2.7.5"
66+ rustc-literal-escaper = " 0.0.5"
6667thin-vec = " 0.2.14"
6768# tidy-alphabetical-end
6869
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77# tidy-alphabetical-start
88bitflags.workspace = true
99memchr.workspace = true
10- rustc-literal-escaper = " 0.0.5 "
10+ rustc-literal-escaper.workspace = true
1111rustc_ast_ir = { path = " ../rustc_ast_ir" }
1212rustc_data_structures = { path = " ../rustc_data_structures" }
1313rustc_index = { path = " ../rustc_index" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
66[dependencies ]
77# tidy-alphabetical-start
88bitflags.workspace = true
9- rustc-literal-escaper = " 0.0.5 "
9+ rustc-literal-escaper.workspace = true
1010rustc_ast = { path = " ../rustc_ast" }
1111rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
1212rustc_data_structures = { path = " ../rustc_data_structures" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
55
66[dependencies ]
77# tidy-alphabetical-start
8- rustc-literal-escaper = " 0.0.5 "
8+ rustc-literal-escaper.workspace = true
99rustc_lexer = { path = " ../rustc_lexer" }
1010# tidy-alphabetical-end
1111
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ doctest = false
1616
1717[dependencies ]
1818# tidy-alphabetical-start
19- rustc-literal-escaper = " 0.0.5 "
19+ rustc-literal-escaper.workspace = true
2020# tidy-alphabetical-end
2121
2222[features ]
You can’t perform that action at this time.
0 commit comments