File tree 1 file changed +4
-4
lines changed
src/tools/rust-analyzer/crates/rustc-dependencies
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ ra-ap-rustc_parse_format = { version = "0.14.0", default-features = false }
16
16
ra-ap-rustc_index = { version = " 0.14.0" , default-features = false }
17
17
ra-ap-rustc_abi = { version = " 0.14.0" , default-features = false }
18
18
19
- in-tree-rustc_lexer = { path = " ../../../../compiler/rustc_lexer" , package = " rustc_lexer" }
20
- in-tree-rustc_parse_format = { path = " ../../../../compiler/rustc_parse_format" , package = " rustc_parse_format" , default-features = false }
21
- in-tree-rustc_index = { path = " ../../../../compiler/rustc_index" , package = " rustc_index" , default-features = false }
22
- in-tree-rustc_abi = { path = " ../../../../compiler/rustc_abi" , package = " rustc_abi" , default-features = false }
19
+ in-tree-rustc_lexer = { path = " ../../../../../ compiler/rustc_lexer" , package = " rustc_lexer" }
20
+ in-tree-rustc_parse_format = { path = " ../../../../../ compiler/rustc_parse_format" , package = " rustc_parse_format" , default-features = false }
21
+ in-tree-rustc_index = { path = " ../../../../../ compiler/rustc_index" , package = " rustc_index" , default-features = false }
22
+ in-tree-rustc_abi = { path = " ../../../../../ compiler/rustc_abi" , package = " rustc_abi" , default-features = false }
23
23
24
24
[features ]
25
25
in-rust-tree = []
You can’t perform that action at this time.
0 commit comments