Skip to content

Commit 4b7bfaa

Browse files
authored
Rollup merge of #132333 - tshepang:patch-4, r=workingjubilee
rust_analyzer_helix.toml: add library/ manifest
2 parents a513e0e + ee4b044 commit 4b7bfaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/etc/rust_analyzer_helix.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[language-server.rust-analyzer.config]
22
linkedProjects = [
33
"Cargo.toml",
4-
"src/tools/x/Cargo.toml",
4+
"compiler/rustc_codegen_cranelift/Cargo.toml",
5+
"compiler/rustc_codegen_gcc/Cargo.toml",
6+
"library/Cargo.toml",
57
"src/bootstrap/Cargo.toml",
68
"src/tools/rust-analyzer/Cargo.toml",
7-
"compiler/rustc_codegen_cranelift/Cargo.toml",
8-
"compiler/rustc_codegen_gcc/Cargo.toml"
9+
"src/tools/x/Cargo.toml",
910
]
1011

1112
[language-server.rust-analyzer.config.check]

0 commit comments

Comments
 (0)